Community

A JDeps Primer – Analyzing Your Project’s Dependencies

(Nicolai Parlog) JDeps is the Java Dependency Analysis Tool, a command line tool that processes Java bytecode, meaning .class files or the JARs that contain them, and analyzes the statically declared dependencies between classes.

Read More - Register for Free Membership