From Gradle 1.7 there is new Public repository JCenter.
repositories { jcenter() }
So I want to ask if all jars fr
jcenter() is similar to mavenCentral(). Have a look at https://bintray.com/bintray/jcenter for more details. The jCenter guys claim that they have a better performance than Maven Central.
jcenter()
mavenCentral()