Here is the easy part.I got this Github Project and need to use it for Android Project.Easily make gradle from Maven Dependency.Next is the example part.
Maven
<dependency> <groupId>org.roboguice</groupId> <artifactId>roboguice</artifactId> <version>2.0</version> </dependency>
Gradle
dependencies { compile 'org.roboguice:roboguice:2.0' }
What is Gradle ?
Learn it from this stackoverflow… Read more