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 sofa-version-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.alipay.sofa.boot.vo
├─ com.alipay.sofa.boot.vo.GitInfo.class - [JAR]
├─ com.alipay.sofa.boot.vo.PropertiesFile.class - [JAR]
├─ com.alipay.sofa.boot.vo.VersionConstants.class - [JAR]
com.alipay.sofa.boot.git
├─ com.alipay.sofa.boot.git.GitParser.class - [JAR]
├─ com.alipay.sofa.boot.git.JGitParser.class - [JAR]
├─ com.alipay.sofa.boot.git.NativeGitParser.class - [JAR]
com.alipay.sofa.boot.mojo
├─ com.alipay.sofa.boot.mojo.AbstractExecMojo.class - [JAR]
├─ com.alipay.sofa.boot.mojo.GenPropertiesMojo.class - [JAR]
├─ com.alipay.sofa.boot.mojo.WriteVersionPropertiesMojo.class - [JAR]