
jdeps
List of commands for jdeps:
-
jdeps:tldr:19f43 jdeps: Analyze the dependencies of a `.jar` or `.class` file.$ jdeps ${filenamename-class}try on your machineexplain this command
-
jdeps:tldr:60b03 jdeps: Print a summary of all dependencies of a specific `.jar` file.$ jdeps ${filenamename-jar} -summarytry on your machineexplain this command
-
jdeps:tldr:67dc6 jdeps: Output the results of the analysis in a DOT file into a specific directory.$ jdeps ${filenamename-jar} -dotoutput ${path-to-directory}try on your machineexplain this command
-
jdeps:tldr:8c0f5 jdeps: Print all class-level dependencies of a `.jar` file.$ jdeps ${filenamename-jar} -verbosetry on your machineexplain this command