开发者

Refactor packages of a jar

开发者 https://www.devze.com 2023-02-20 15:38 出处:网络
I am having some troubles with a jar, and I want to rename all clases to avoid conflicts, but I only have the final jar :(

I am having some troubles with a jar, and I want to rename all clases to avoid conflicts, but I only have the final jar :(

Classes in jar are in p开发者_如何学编程ackage as it:

org.foundation and I want to be available in another jar as

org.foundation.oldversion

Is there any tool to do it ?

I don't want to decompile.


Have you tried jarjar

You can avoid problems where your library depends on a specific version of a library, which may conflict with the dependencies of another library.

0

精彩评论

暂无评论...
验证码 换一张
取 消