Questions tagged [jcenter]

JCenter is a Maven repository that was used to find and share popular Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc. It is now deprecated and read-only.

JCenter was the place to find and share popular Apache Maven packages for use by Maven, Gradle, Ivy, SBT, etc. As of March 31st 2021, it will no longer be maintained by JFrog and has been set in read-only mode. Users of Gradle are warned about relying on its packages and asked to remove use of jcenter().

The official guidance from Android: Developers who publish artifacts on JCenter should migrate their packages to a new host, such as Maven Central. Developers who use dependencies from JCenter will need to find the new location of updated versions of those dependencies.

372 questions
6
votes
2 answers

Could not get https:////dl.bintray.com/lukaville/maven/com/nbsp/library/1.09

I am getting an error as shown below. Could not GET 'https://dl.bintray.com/lukaville/maven/com/nbsp/library/1.09/library-1.09.pom'. Received status code 403 from server: Forbidden The Gradle configurations are shown below. Any help is…
Bright Varghese
  • 103
  • 1
  • 2
  • 9
6
votes
1 answer

Could not GET 'https://jcenter.bintray.com/com/google/' Received status code 502 from server: Bad Gateway

My project has no problem till yesterday. Today my team and I get the same problem while building the project. Could not GET 'https://jcenter.bintray.com/com/google/android/gms/play-services-location/maven-metadata.xml'. Received status code…
Bhuvanesh BS
  • 13,474
  • 12
  • 40
  • 66
6
votes
4 answers

org.gradle.internal.resolve.ArtifactNotFoundException: Could not find play-services-basement.aar

I am using 15.0.1 version of Firebase and Google Play Services. The build has started breaking today. How do I fix this? Following is the Gradle logs for reference. [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with…
6
votes
3 answers

Spring Boot 2 NoSuchMethodException: org.springframework.mobile.device.Device.()

Recently I tried to update my Spring Boot application version from 1.5.10.RELEASE to 2.0.0.RELEASE Project Environment JDK version 1.8 jcenter() repository in Gradle IDE Spring tool Suite (STS) Version: 3.9.2 I have encountered two issues I…
6
votes
1 answer

How to add jcenter/jitpack as remote repository into apache archiva?

I want to have a private repository manager to not download all the packages from internet every time. I decide to go with Apache Archiva. At the moment I want to add jitpack.io and jcenter.bintray.com to my remote repositories. I've done as…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88
6
votes
2 answers

Publishing android library to jcenter error - Add a POM file to the latest version of your package

I am trying to publish my Android library to JCenter using Bintray's web site. I have created a Maven styled zip file which includes all the needed artifacts: aar, sources, javadocs and pom file using the following blog…
Ran
  • 1,089
  • 1
  • 12
  • 30
5
votes
2 answers

Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

I am trying to build my react-native project for android and getting the following error on Windows but its working on Mac. $ react-native run-android info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier"…
Surya
  • 971
  • 2
  • 17
  • 30
5
votes
2 answers

Can't add android library to JCenter

I am trying to publish the library to JCenter with Bintray, according to this article: https://medium.com/@anitaa_1990/6-easy-steps-to-upload-your-android-library-to-bintray-jcenter-59e6030c8890. I successfully added the library to Bintray, but when…
Andrii Chernysh
  • 365
  • 3
  • 13
5
votes
4 answers

Could not find support-media-compat.aar

Trying Firebase to an android gradle app. As soon as I add the firebase dependency I get the following build error. FAILURE: Build failed with an exception. * What went wrong: Could not resolve all files for configuration…
Tom
  • 1,610
  • 1
  • 15
  • 19
5
votes
4 answers

Facing the issue while gradle sync - Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2)

I have updated Android Studio to 3.2.1 and now stoped on point with such issue: Could not find lint-gradle-api.jar (com.android.tools.lint:lint-gradle-api:26.1.2). Searched in the following locations: …
Jay Poojara
  • 99
  • 1
  • 7
5
votes
2 answers

there is no "add to jcenter" button in "https://bintray.com"

I want to upload a library to jcenter, now I have upload it into "https://bintray.com", but there is no "add to jcenter" button in "Linked to" module, I have read the document and compared it with other person's, but can't found out the reason. the…
df qin
  • 67
  • 6
5
votes
2 answers

How to publish a regular, non-Android Java library so that it becomes available for inclusion in Java projects via Maven & Gradle build scripts?

I recently authored a 3rd party library for Java. Currently, I'm distributing the library via Github and a website I own where I make it possible to download the JAR file. I want to make it so developers can use Gradle and Maven (and possibly other…
5
votes
2 answers

What is the best way to find out new version is available for external libraries used in Android Studio project

I am new to Android development. so the external libraries (aka. dependencies) are defined in build.gradle like dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:support-v13:21.0.0' compile…
Chris Chen
  • 5,307
  • 4
  • 45
  • 49
5
votes
2 answers

Publish android library to jcenter: gradle bintrayUpload does not find libraries

I'm trying to publish an Android library to jcenter. I've followed https://github.com/danielemaddaluno/gradle-jcenter-publish tutorial. Everything works fine until I try to execute gradle bintrayUpload When I do so I get a BUILD FAILED. When I look…
Mateu
  • 2,636
  • 6
  • 36
  • 54
4
votes
2 answers

Could not resolve com.stripe:stripe-android:20.4.1 in flutter

I am getting following error while trying to build Android app in Flutter project What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not…
Rafid Kotta
  • 740
  • 1
  • 7
  • 18