Reputation: 646
I have published a small library to Maven Central (it can be downloaded via web UI here). This was done more than a full day ago.
My understanding is that JCenter mirrors Maven Central, but for some reason I cannot find my artifact in JCenter both via web interface and as part of Maven build.
Do I need to take some action to make it appear in JCenter too?
Upvotes: 1
Views: 253
Reputation: 646
Two weeks later the artifact is now visible in JCenter. Apparently it just takes some time to appear there.
Upvotes: 1
Reputation: 336
Basically, if you want to make sure that your library will exist in JCenter, you can upload your library to Bintray under Maven repository, and request to add it to JCenter. Bintray can also save you the trouble of uploading your library to Maven Central, and do it for you.
Enjoy
Upvotes: 3