Skip to content

LemonadeLabInc/android-guice

Repository files navigation

Google Guice wrapper for Android

This is a minimal wrapper for Google Guice making it somehow more friendly in Android environments.

Download

Usage

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'
}

License

Licensed under the Apache License version 2