简体   繁体   中英

How to get an artifact in Maven Central show up in JCenter

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?

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

Two weeks later the artifact is now visible in JCenter. Apparently it just takes some time to appear there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM