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-shapeless_sjs1_2.13-4.20.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.specs2.shapeless
├─ org.specs2.shapeless.DoesNotProjectOn.class - [JAR]
├─ org.specs2.shapeless.Projection.class - [JAR]
├─ org.specs2.shapeless.ProjectsOn.class - [JAR]
org.specs2.matcher
├─ org.specs2.matcher.CaseClassDiffs.class - [JAR]
├─ org.specs2.matcher.DiffableLowPriorityCaseClass.class - [JAR]
org.specs2.matcher.describe
├─ org.specs2.matcher.describe.CaseClassComparisonResult.class - [JAR]
├─ org.specs2.matcher.describe.CaseClassDiffable.class - [JAR]
├─ org.specs2.matcher.describe.CaseClassIntrospection.class - [JAR]
├─ org.specs2.matcher.describe.ClassFieldsDifferenceInspectable.class - [JAR]
├─ org.specs2.matcher.describe.HNilDifferenceInspectable.class - [JAR]
├─ org.specs2.matcher.describe.IsCaseClass.class - [JAR]