Top "Maven-central" questions

The Official Maven Repository, hosted by Sonatype.

Maven dependencies are failing with a 501 error

Recently Maven build jobs running in Jenkins are failing with the below exception saying that they couldn't pull dependencies from …

java maven jenkins maven-central
Why am I getting "Received fatal alert: protocol_version" or "peer not authenticated" from Maven Central?

I'm getting the below errors when connecting to Maven Central / https://repo1.maven.org after June 18th 2018. Received fatal alert: …

maven maven-central
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 …

gradle repository maven-central
Android buildscript repositories: jcenter VS mavencentral

The last time I used Android Studio, it generated .gradle files with mavencentral() buildscript repositories whereas now there's jcenter(). Could …

java android android-gradle-plugin jcenter maven-central
Gradle Could not HEAD https://..pom > peer not authenticated

When you upgrade from gradle 2.0 to 2.1, you may see following error. Could not HEAD 'https://jcenter.bintray.com/de/undercouch/…

https gradle maven-central
Gradle error "Attribute "xxx" has already been defined" in Android Studio

I created a project in Android Studio and added a few dependencies using Maven Central and when I try to …

android maven gradle android-studio maven-central
Gradle 0.9.+/0.9.2 error: Unable to load class 'com.android.builder.testing.api.DeviceProvider'

This morning, all Android Studio projects started failing Gradle sync/build/clean with: > Could not create plugin of type …

android gradle android-studio maven-central
Change Gradle mavenCentral URL to My repo

While working with Gradle in my country, download jars from maven central is a very timely-costed work. I wanna change …

android gradle maven-central
I get an error downloading javax.media.jai_core:1.1.3 from maven central

I get an error downloading javax.media.jai_core:1.1.3 from maven central. The error is: download failed: javax.media#jai_…

maven playframework-2.0 geotools jai maven-central
Maven build gets connection reset when downloading artifacts

We have a maven build that runs in jenkins in amazon ec2 instances. The total build takes 20-30min and …

java maven jenkins amazon-ec2 maven-central