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 twirl-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tomdz.twirl.maven
├─ org.tomdz.twirl.maven.TemplateCompiler.class - [JAR]
├─ org.tomdz.twirl.maven.TemplateType.class - [JAR]
├─ org.tomdz.twirl.maven.TwirlMojo.class - [JAR]
twirl.compiler
├─ twirl.compiler.GeneratedSource.class - [JAR]
├─ twirl.compiler.Hash.class - [JAR]
├─ twirl.compiler.MaybeGeneratedSource.class - [JAR]
├─ twirl.compiler.Source.class - [JAR]
├─ twirl.compiler.TemplateCompilationError.class - [JAR]
├─ twirl.compiler.TwirlCompiler.class - [JAR]