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 etg-model-generator-runtime-1.0.0-RC5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dimsuz.modelgenerator.model
├─ com.github.dimsuz.modelgenerator.model.ReactiveModel.class - [JAR]
com.github.dimsuz.modelgenerator.lcestate
├─ com.github.dimsuz.modelgenerator.lcestate.LceStateFactory.class - [JAR]
com.github.dimsuz.modelgenerator
├─ com.github.dimsuz.modelgenerator.ModelGenerator.class - [JAR]
├─ com.github.dimsuz.modelgenerator.ModelOperations.class - [JAR]
com.github.dimsuz.modelgenerator.annotation
├─ com.github.dimsuz.modelgenerator.annotation.GenerateReducingImplementation.class - [JAR]