smarkwal / jarhc

JarHC - JAR Health Check
Apache License 2.0
7 stars 0 forks source link
binary-compatibility classpath jar java static-analysis

JarHC - JAR Health Check

JarHC is a static analysis tool to help you find your way through "JAR hell" or "classpath hell".

Its main purpose is to analyze a set of JAR files (*.jar) and check whether they are compatible on a binary level, and whether they contain any "unpleasant surprises" for you.

It is available as Gradle plugin, or as standalone Java application run from the command line:

java -jar jarhc-app.jar [options] <artifact> [<artifact>]*

More information can be found in the wiki.

JarHC Logo


License Release Downloads

Build Tests Coverage Quality

Issues