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 generic-crud-jpa-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.cepr0.crud.mapper
├─ io.github.cepr0.crud.mapper.ReferenceMapper.class - [JAR]
io.github.cepr0.crud.repo
├─ io.github.cepr0.crud.repo.JpaRepo.class - [JAR]
io.github.cepr0.crud.model
├─ io.github.cepr0.crud.model.JpaEntity.class - [JAR]