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 dbd-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.uchicom.dbd
├─ com.uchicom.dbd.Main.class - [JAR]
com.uchicom.dbd.entity
├─ com.uchicom.dbd.entity.Column.class - [JAR]
├─ com.uchicom.dbd.entity.Table.class - [JAR]
├─ com.uchicom.dbd.entity.Transfer.class - [JAR]
├─ com.uchicom.dbd.entity.TransferColumn.class - [JAR]
com.uchicom.dbd.generator
├─ com.uchicom.dbd.generator.MigrationGenerator.class - [JAR]
com.uchicom.dbd.util
├─ com.uchicom.dbd.util.DbdFactory.class - [JAR]