Examples (5)
Analyze the dependencies of a `.jar` or `.class` file
jdeps path/to/file.classPrint a summary of all dependencies of a specific `.jar` file
jdeps path/to/file.jar -summaryPrint all class-level dependencies of a `.jar` file
jdeps path/to/file.jar -verboseOutput the results of the analysis in a DOT file into a specific directory
jdeps path/to/file.jar -dotoutput path/to/directoryDisplay help
jdeps --helpmade by @shridhargupta | data from tldr-pages