View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window specs2-analysis_native0.5_2.12-4.20.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.specs2.analysis
├─ org.specs2.analysis.ClassycleDependencyFinder.class - [JAR]
├─ org.specs2.analysis.Dependencies.class - [JAR]
├─ org.specs2.analysis.Dependency.class - [JAR]
├─ org.specs2.analysis.DependencyFinder.class - [JAR]
├─ org.specs2.analysis.LayersAnalysis.class - [JAR]
org.specs2.matcher
├─ org.specs2.matcher.DependencyBaseMatchers.class - [JAR]
├─ org.specs2.matcher.DependencyBeHaveMatchers.class - [JAR]
├─ org.specs2.matcher.DependencyMatchers.class - [JAR]
org.specs2.specification
├─ org.specs2.specification.Analysis.class - [JAR]