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 kotest-property-arrow-optics-jvm-1.3.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kotest.property.arrow.optics
├─ io.kotest.property.arrow.optics.IsoLaws.class - [JAR]
├─ io.kotest.property.arrow.optics.LensLaws.class - [JAR]
├─ io.kotest.property.arrow.optics.OptionalLaws.class - [JAR]
├─ io.kotest.property.arrow.optics.PrismLaws.class - [JAR]
├─ io.kotest.property.arrow.optics.SetterLaws.class - [JAR]
├─ io.kotest.property.arrow.optics.TraversalLaws.class - [JAR]