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 template-plugin-0.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.blibli.oss.template.impl
├─ com.blibli.oss.template.impl.TemplatingImpl.class - [JAR]
com.blibli.oss.template.properties
├─ com.blibli.oss.template.properties.TemplateProperties.class - [JAR]
com.blibli.oss.template.autoconfigurer
├─ com.blibli.oss.template.autoconfigurer.TemplatingAutoConfiguration.class - [JAR]
com.blibli.oss.template
├─ com.blibli.oss.template.Templating.class - [JAR]
├─ com.blibli.oss.template.TemplatingException.class - [JAR]