What is included in JCenter repository in Gradle?
问题 From Gradle 1.7 there is new Public repository JCenter. repositories { jcenter() } So I want to ask if all jars from Maven Central are parts of this repo? And if not from what is JCenter repo consists of? And is JCenter more reliable from Maven Central as downtime? 回答1: 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. 回答2: As mentioned in https://bintray