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 test-model-import-1.2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.umlg.runtime.adaptor
├─ org.umlg.runtime.adaptor.UmlgGroovyImporter.class - [JAR]
├─ org.umlg.runtime.adaptor.UmlgSchemaCreatorImpl.class - [JAR]
├─ org.umlg.runtime.adaptor.UmlgSchemaMapImpl.class - [JAR]
org.umlg.model
├─ org.umlg.model.IndexCreator.class - [JAR]
├─ org.umlg.model.Model1.class - [JAR]
├─ org.umlg.model.QualifiedNameClassMap.class - [JAR]
org.umlg
├─ org.umlg.A.class - [JAR]
├─ org.umlg.B.class - [JAR]
├─ org.umlg.C.class - [JAR]