GitXplorerGitXplorer
l

137-common

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c942472c3703fbe15b3b509f2db18f6a055f6da2

Added some maths functions from another project

llukehb committed 7 years ago
Unverified
338724290b7453a1ff654b59f564d8bcab46d64f

Removed dependency on java logging

llukehb committed 7 years ago
Unverified
8063bb782acc1880ff812a3fd66afb18d20b6ccd

Added some extra math utils methods

llukehb committed 7 years ago
Unverified
46e6fdb63e6f50dac307d5a122043637b42240b7

Changing snapshot version

llukehb committed 7 years ago
Unverified
92f1a365d2717fc2c4c408819bd78e5b7a3616e2

Added exceptions to parsers

llukehb committed 7 years ago
Unverified
34e81847b15def2c31340e695d4098f5877a77d7

Added #getExtension to FileUtil.java

llukehb committed 7 years ago

README

The README file for this repository.

137-common

Some common stuff I find useful in any Java project, maybe you will too?

Latest binary: Download

To include in your gradle project use:

repositories {
    maven{url 'https://dl.bintray.com/lukehb/137-common'} //hosted on bintray
}

dependencies {
    compile 'onethreeseven:common:0.0.3'
}