Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 919 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 919 Bytes

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