RoboGuice:
*
Installation for Gradle Projects
Add the following pom to the dependencies section of your gradle build file :
project.dependencies {
compile 'org.roboguice:roboguice:3.+'
provided 'org.roboguice:roboblender:3.+'
}