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 javers-persistence-jdbc-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.javers.repository.jdbc
├─ org.javers.repository.jdbc.DataSourceFactory.class - [JAR]
├─ org.javers.repository.jdbc.DialectName.class - [JAR]
├─ org.javers.repository.jdbc.JdbcDiffRepository.class - [JAR]
├─ org.javers.repository.jdbc.JdbcDiffRepositoryBuilder.class - [JAR]
├─ org.javers.repository.jdbc.JdbcRepositoryConfiguration.class - [JAR]
org.javers.repository.jdbc.pico
├─ org.javers.repository.jdbc.pico.JdbcJaversModule.class - [JAR]
org.javers.repository.jdbc.schema
├─ org.javers.repository.jdbc.schema.FixedSchemaFactory.class - [JAR]
├─ org.javers.repository.jdbc.schema.JaversSchemaManager.class - [JAR]