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 jetbrick-template-springmvc-2.1.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jetbrick.template.web.springboot
├─ jetbrick.template.web.springboot.EnvHolder.class - [JAR]
├─ jetbrick.template.web.springboot.JetTemplateAutoConfiguration.class - [JAR]
├─ jetbrick.template.web.springboot.JetTemplateProperties.class - [JAR]
jetbrick.template.web.springmvc
├─ jetbrick.template.web.springmvc.JetTemplateView.class - [JAR]
├─ jetbrick.template.web.springmvc.JetTemplateViewResolver.class - [JAR]
jetbrick.template.web.tag
├─ jetbrick.template.web.tag.SpringedTags.class - [JAR]