Print all class-level dependencies of a .jar file

jdeps

  • Java class dependency analyzer.
    More information: <https://docs.oracle.com/en/java/javase/18/docs/specs/man/jdeps.html>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

jdeps {{path/to/filename.jar}} -verbose

click the source code to copy install jdeps on any operating system with command-not-found.com