JarJar Links
JarJar Links is an utility that can be used to repackage java libraries in order to embed them in your distribution. Using JarJar you can:
- generate a new jar which embedding classes from other jars.
- eliminate dependencies from external jars to avoid conflicts between different versions of the same jar
- shrink the size of a jar by stripping unreferenced classes and methods.
JarJar Links operates directly on compiled code using bytecode transformation based on ASM framework. It also includes a ant task to be integrated in builds processes.
Licence: Apache License 2.0
Links: Homepage, Download, Javadocs, Wiki, Sourcecode



Leave a comment