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 freeplane-archunit-extension-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.tngtech.archunit.freeplane.extension
├─ com.tngtech.archunit.freeplane.extension.ArchitectureViolations.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.CollectionAdapter.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.FreeplaneClient.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.FreeplaneExtension.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.MapAdapter.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.TransferObjectBuilder.class - [JAR]
├─ com.tngtech.archunit.freeplane.extension.ViolationDescription.class - [JAR]