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 firefly-boot-5.0.0-dev6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.firefly.boot
├─ com.firefly.boot.PackageInfo.class - [JAR]
com.firefly.boot.cli
├─ com.firefly.boot.cli.CliKt.class - [JAR]
com.firefly.boot.service
├─ com.firefly.boot.service.ScaffoldService.class - [JAR]
com.firefly.boot.service.impl
├─ com.firefly.boot.service.impl.KotlinMavenScaffoldServiceImpl.class - [JAR]
com.firefly.boot.model
├─ com.firefly.boot.model.BuildTool.class - [JAR]
├─ com.firefly.boot.model.Project.class - [JAR]
├─ com.firefly.boot.model.PropertiesLoader.class - [JAR]
com.firefly.boot.common
├─ com.firefly.boot.common.BootLogFormatter.class - [JAR]