This is a minimal wrapper for Google Guice making it somehow more friendly in Android environments.
Depending on your build system, your mileage might vary, but with Gradle the only required changes to your build files should be limited to adding our repository, then declaring the dependency:
// Our Bintray repository
repositories {
maven {
url 'http://dl.bintray.com/lemonade/maven'
}
}
// Easy dependency!
dependencies {
compile 'de.lemona.android:android-guice:X.Y.Z'
}
Licensed under the Apache License version 2