Home

Christoph Kamil Wozniak

SlimDep

SlimDep is a tool that analyses your (java) dependencies and shows you which ones are not used, so that you can remove them.

Why? If you are working a lot with different frameworks you maybe know this situation: To get a project running, you just copy all jars from an old project. At the end you project has an enormous amount of unneeded jar files.

How does it work? SlimDep decompiles all jar files, scans them, checks the imports, does some magic stuff, and, in the end, shows you unused jars. It is as simple as that.

[Usage]

Project Admins:


Related

Home: Usage