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.

0 votes
1 answer
270 views

Can I still using android library that depends on jCenter after the jCenter deprecation?

I have an app that displays pdf and I'm using barteksc android pdfviewer library: implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' it depends on jcenter and jcenter is dperecated. ...
abbass asri's user avatar
2 votes
1 answer
438 views

migrating to mavenCentral from jcenter

Android studio gave me a couple of warnings that I need to migrate away from jcenter(). I am new to android developing so started looking online for replacements. I found an article that said that I ...
chrispsv's user avatar
  • 655
13 votes
2 answers
17k views

Could not find org.koin:koin-core:2.2.2

I have recently removed jcenter() repository from the project-level build Gradle. Since then Koin (version: 2.2.2) started giving me the compile-time error below: Could not find org.koin:koin-core:2.2....
Aydinozkan's user avatar
  • 2,548
1 vote
0 answers
309 views

Kotlin EAP still in Bintray?

Bintray end is near but even in the latest Android Studio Arctic Fox the generated repositories include this maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
Undefined function's user avatar
54 votes
11 answers
68k views

Android Studio Gradle: Please remove usages of `jcenter()` Maven repository from your build scripts / JCenter is at end of life

In Android Studio 4.2 there is a warning: buildscript { ext.kotlin_version = '1.5.0' repositories { google() //jcenter() mavenCentral() } dependencies { ...
user924's user avatar
  • 11.1k
0 votes
0 answers
449 views

Migrating from jcenter() to mavelCentral() issue in android

As you know Jfrog is going to shutdown jcenter() and we have to migrate from jcenter() to mavencentral() as android docs mentioned. I did it but after building the project i get the following error : ...
Edalat Feizi's user avatar
  • 1,401
0 votes
1 answer
222 views

Could not find com.android.tools.build:gradle:4.1.0 when migrating from jcenter to mavenCentral

Jfrog is going to shutdown jcenter and that means we cannot use jcenter in our build.gradle file for downloading needed libraries and as i saw in different websites and also in android docs we can use ...
Edalat Feizi's user avatar
  • 1,401
3 votes
1 answer
2k views

After 1st May, what are we'll do with jcenter() repository and what is it alternative?

We are recently notified by they permanently suspension: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ How we'll proceed with Android building runners? I use Flutter ...
mateus gaioso's user avatar
1 vote
0 answers
143 views

Download Entire Repository From Bintray

Trying to download an entire repository from jcenter-bintray using wget is not working. I have a private repository which i'm trying to download all it's artifacts following the jcenter sunset. ...
Omer.rah's user avatar
4 votes
1 answer
705 views

Bintray, JCenter, Maven, MavenCentral, OSSRH, Sonatype, Nexus, how are they all related?

I have a library shared in JCenter, which I post to through Bintray. Recently, it is announced JCenter and Bintray are sunsetting, and many advised us to go to MavenCentral. I'm looking to move ...
Elye's user avatar
  • 58.4k
0 votes
1 answer
155 views

flutter location plugin repository returns 403

I was working today on the app that uses location plugin, when my builds started to fails. Here is the message: Plugin project :location_web not found. Please update settings.gradle. FAILURE: Build ...
Marko's user avatar
  • 347
4 votes
2 answers
5k views

The jCenter & Bintray is Shutting Down. Now What? How to resolve that If third party library used?

The jCenter & Bintray is Shutting Down. So how we can resolve this and what will do if third party libraries are used in project.? Please help me out. Thanks in advance.
Sid Basmunge's user avatar
1 vote
0 answers
51 views

Where to report Bintray issues?

I've got a library that is hosted in JFrog's Bintray (JCenter) and for some reason it's not available to download. I can clearly see that it is available when I go to https://dl.bintray.com/.../maven/,...
user3448282's user avatar
  • 2,699
3 votes
1 answer
452 views

Closed source project migration from jcenter to maven central

Since JCenter is shutting down on 1 May 2021. What are other options to publish a closed source library?. I have searched online but have not been able to get any reliable and recent information on ...
anshika sachan's user avatar
0 votes
0 answers
86 views

Failed to resolve: com.mesibo.api:mesibo:1.2.84

Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.mesibo.api:mesibo:1.2.84. ...
Ashvin solanki's user avatar

15 30 50 per page
1
3 4
5
6 7
25