Slimjars
Important open source libraries, delivered in small pieces.
Projects
Here's the
list of projects we've been working on.
Maven repository
Our maven repository lives here:
http://mvn.slimjars.com
To use any of our artifacts as a dependency in your project, add this to your
build.gradle file:
repositories {
maven {
url 'http://mvn.slimjars.com'
}
}