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 i18n-maven-plugin-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.wcm.maven.plugins.i18n
├─ io.wcm.maven.plugins.i18n.JsonUtil.class - [JAR]
├─ io.wcm.maven.plugins.i18n.OutputFormat.class - [JAR]
├─ io.wcm.maven.plugins.i18n.SlingI18nMap.class - [JAR]
├─ io.wcm.maven.plugins.i18n.TransformMojo.class - [JAR]
io.wcm.maven.plugins.i18n_maven_plugin
├─ io.wcm.maven.plugins.i18n_maven_plugin.HelpMojo.class - [JAR]
io.wcm.maven.plugins.i18n.readers
├─ io.wcm.maven.plugins.i18n.readers.I18nReader.class - [JAR]
├─ io.wcm.maven.plugins.i18n.readers.JsonI18nReader.class - [JAR]
├─ io.wcm.maven.plugins.i18n.readers.PropertiesI18nReader.class - [JAR]
├─ io.wcm.maven.plugins.i18n.readers.XmlI18nReader.class - [JAR]