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 addversion-maven-plugin-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.com.glsx.maven.plugin.addversion.reflect
├─ cn.com.glsx.maven.plugin.addversion.reflect.ReflectUtil.class - [JAR]
cn.com.glsx.maven.plugin.addversion.scm
├─ cn.com.glsx.maven.plugin.addversion.scm.ScmBuilder.class - [JAR]
cn.com.glsx.maven.plugin.addversion.annotation
├─ cn.com.glsx.maven.plugin.addversion.annotation.Element.class - [JAR]
cn.com.glsx.maven.plugin.addversion
├─ cn.com.glsx.maven.plugin.addversion.AddVersionMojo.class - [JAR]
cn.com.glsx.maven.plugin.addversion.element
├─ cn.com.glsx.maven.plugin.addversion.element.BaseTag.class - [JAR]
├─ cn.com.glsx.maven.plugin.addversion.element.LinkTag.class - [JAR]
├─ cn.com.glsx.maven.plugin.addversion.element.ScriptTag.class - [JAR]
├─ cn.com.glsx.maven.plugin.addversion.element.TagUtil.class - [JAR]