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 servermc-maven-plugin-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
fr.lehtto.maven.plugins.papermc
├─ fr.lehtto.maven.plugins.papermc.PaperApiClient.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.package-info.class - [JAR]
fr.lehtto.maven.plugins.util
├─ fr.lehtto.maven.plugins.util.FileDownloader.class - [JAR]
fr.lehtto.maven.plugins.papermc.entity
├─ fr.lehtto.maven.plugins.papermc.entity.Application.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.entity.Build.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.entity.Change.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.entity.Download.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.entity.MojangMapping.class - [JAR]
├─ fr.lehtto.maven.plugins.papermc.entity.Version.class - [JAR]
fr.lehtto.maven.plugins
├─ fr.lehtto.maven.plugins.AbstractServerMcMojo.class - [JAR]
├─ fr.lehtto.maven.plugins.CleanMojo.class - [JAR]
├─ fr.lehtto.maven.plugins.CopyPluginMojo.class - [JAR]
├─ fr.lehtto.maven.plugins.InstallMojo.class - [JAR]
├─ fr.lehtto.maven.plugins.Plugin.class - [JAR]
├─ fr.lehtto.maven.plugins.StartMojo.class - [JAR]