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 depend-db-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.senzhikong.db.dialect
├─ com.senzhikong.db.dialect.Comment.class - [JAR]
├─ com.senzhikong.db.dialect.CommentIntegrator.class - [JAR]
├─ com.senzhikong.db.dialect.ForeignKeyExporter.class - [JAR]
├─ com.senzhikong.db.dialect.MySqlDialect.class - [JAR]
com.senzhikong.db.repository
├─ com.senzhikong.db.repository.BaseJpaRepository.class - [JAR]
com.senzhikong.db.config
├─ com.senzhikong.db.config.HibernateConfig.class - [JAR]
├─ com.senzhikong.db.config.TransactionConfig.class - [JAR]