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 dkpro-script-groovy-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.dkpro.script.groovy.internal
├─ org.dkpro.script.groovy.internal.Component.class - [JAR]
├─ org.dkpro.script.groovy.internal.EngineHelper.class - [JAR]
├─ org.dkpro.script.groovy.internal.Helper.class - [JAR]
├─ org.dkpro.script.groovy.internal.PipelineContext.class - [JAR]
├─ org.dkpro.script.groovy.internal.PipelineHelper.class - [JAR]
├─ org.dkpro.script.groovy.internal.WriterHelper.class - [JAR]
org.dkpro.script.groovy
├─ org.dkpro.script.groovy.DKProCoreScript.class - [JAR]
org.dkpro.script.groovy.external
├─ org.dkpro.script.groovy.external.GenerateEngineAndFormat.class - [JAR]