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 nativepkg-maven-plugin-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sdorra.nativepkg.deb
├─ com.github.sdorra.nativepkg.deb.ControlFileWriter.class - [JAR]
├─ com.github.sdorra.nativepkg.deb.MappingDataProducer.class - [JAR]
├─ com.github.sdorra.nativepkg.deb.Slf4jConsole.class - [JAR]
com.github.sdorra.nativepkg
├─ com.github.sdorra.nativepkg.DebMojo.class - [JAR]
├─ com.github.sdorra.nativepkg.NativePkgMojo.class - [JAR]
├─ com.github.sdorra.nativepkg.Platform.class - [JAR]
├─ com.github.sdorra.nativepkg.RpmMojo.class - [JAR]
├─ com.github.sdorra.nativepkg.Scripts.class - [JAR]
com.github.sdorra.nativepkg.mappings
├─ com.github.sdorra.nativepkg.mappings.Dependency.class - [JAR]
├─ com.github.sdorra.nativepkg.mappings.DirectoryMapping.class - [JAR]
├─ com.github.sdorra.nativepkg.mappings.FileMapping.class - [JAR]
├─ com.github.sdorra.nativepkg.mappings.LinkMapping.class - [JAR]
├─ com.github.sdorra.nativepkg.mappings.Mappings.class - [JAR]