libjarjar-java

Repackage third-party jars
  http://code.google.com/p/jarjar/
  0
  no reviews



Utility that makes it easy to repackage java libraries and embed them into your own distribution. this is useful for two reasons:

- you can easily ship a single jar file with no external dependencies.
- you can avoid problems where your library depends on a specific
version of a library, which may conflict with the dependencies of
another library.