简体   繁体   中英

Migrate from jCenter to MavenCentral, should I create a third party library JAR file containing all its dependencies?

I'm working on migrating all the third party libraries in my project from jCenter to MavenCentral. But some of them are really old and have stopped being supported. Because of the time constraint, I decided to clone those libraries, create JAR files and include them in my project. Right now, I'm wondering if those JAR files need to be a fat JAR which contains all its dependencies? If not, when jCenter completely shuts down how are those JAR files still running? Thank you in advance and sorry for my english.

With regards to your query on JCenter, JCenter will be available as a read-only repository indefinitely and you can continue using JCenter as a mirror for Java packages as mentioned in this JFrog blog .

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