Gradle from Maven Dependency

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


    org.roboguice
    roboguice
    2.0

Gradle

dependencies {
compile 'org.roboguice:roboguice:2.0'
}
What is Gradle ?

Learn it from this stackoverflow