Skip to main content

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
0 votes
0 answers
45 views

How to use upi_india dependency (v3.0.1) in Flutter project after JCenter deprecation?

"I'm developing a Flutter application that requires UPI (Unified Payments Interface) integration for seamless transactions. I'm currently using the upi_india dependency (version 3.0.1) to achieve ...
Sukarna Jana's user avatar
0 votes
0 answers
15 views

Unable to list versions for java library from jcenter

Unable to list versions for java library from jcenter, which causes the ./gradlew dependencyUpdates to fail with the following error Cause 2: org.gradle.internal.resolve.ModuleVersionResolveException: ...
user352290's user avatar
  • 1,127
2 votes
1 answer
32 views

com.ycuwq.widgets/datepicker not available in maven repository

https://mvnrepository.com/artifact/com.ycuwq.widgets/datepicker says 1.3.1 available in jcenter. But jcenter is not available at https://jcenter.bintray.com/. How to find the repository which could ...
user352290's user avatar
  • 1,127
1 vote
1 answer
60 views

Unable to load Maven meta-data from https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml in my React native projects

my react native projects working well , today when i build it will through an error the error statement is *FAILURE: Build failed with an exception. Where: Build file '/Users/users/Documents/...
React_Coder's user avatar
0 votes
1 answer
1k views

JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere

I am getting this warning in project level build.gradle file in android studio. Warning:(22, 9) JCenter Maven repository is no longer receiving updates: newer library versions may be available ...
Sweta Jain's user avatar
  • 3,944
0 votes
0 answers
30 views

How to restrict apache-rat plugin from downloading jcenter dependencies

Although I am downloading apache-rat gradle jar from a maven third-party repository, the url.host is being set to jcenter which leads to downloading all the dependencies from jcenter. classpath '...
Sourabh Patil's user avatar
0 votes
1 answer
73 views

Android Build failing because of JCenter

I am trying to build Android project through jenkins but it's failing. Same build was working few days back and I did not make any changes in libraries. Here is console logs for same : Starting a ...
Sandip Armal Patil's user avatar
0 votes
1 answer
152 views

Support for libraries with same package name is deprecated and will be removed in a future release

When I use the Android Studio to build the old project, when gradle sychronizing, it pop out such message, and the package are not pulled from the repository, WARNING [Project: :app] Support for ...
Jamishon's user avatar
2 votes
1 answer
640 views

Android Build Failure: Could not find flexbox-2.0.1.aar

When I try to build/run the app I get the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve ...
Moaz El-sawaf's user avatar
0 votes
1 answer
181 views

What is the alternative to Gson in android studios

here is the screenshot I am developing an android application for my college project and I ran into an error; " Cannot resolve symbol Gson". I tried adding the jcenter() repository in my ...
Srujan Reddy's user avatar
0 votes
1 answer
134 views

I set a proxy in Android Studio but see a different port number in the logs than what I set

I set a proxy in Android Studio but see a different port number in the logs than what I set The exibited port number is 8580 which is the port number of my previous VPN I have to set another VPN ...
AndroidPlayer2's user avatar
0 votes
1 answer
93 views

replacing jcenter with mavenCentral and issue on com.synnapps:carouselview:0.1.5

In an Android application, I replaced jcenter with mavenCentral but the following item is not reachable now: implementation 'com.synnapps:carouselview:0.1.5' The related Gradle is as following: ...
AndroidPlayer2's user avatar
1 vote
4 answers
271 views

JCentre may be down permanently. What are our options?

I have been trying to build a react native app since the early hour of today but was getting the follwing errors: > Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-...
Mark Adesina Omoniyi's user avatar
1 vote
3 answers
195 views

unable to get metadata from jcenter

Error getting while creating release build in react native FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':react-native-community_clipboard:...
ManojK's user avatar
  • 171
19 votes
4 answers
4k views

react-native Could not HEAD 'https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml' [duplicate]

I created build yesterday and it was working fine . but when I try to create the release build today I got this. some if the question that are already asked here JCenter deprecation; impact on ...
Engr.Aftab Ufaq's user avatar

15 30 50 per page
1
2 3 4 5
26