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 simter-kv-dao-jpa-0.7.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.simter.kv.impl.dao.jpa.po
├─ tech.simter.kv.impl.dao.jpa.po.KeyValuePo.class - [JAR]
tech.simter.kv.impl.dao.jpa
├─ tech.simter.kv.impl.dao.jpa.KeyValueBlockDao.class - [JAR]
├─ tech.simter.kv.impl.dao.jpa.KeyValueBlockDaoImpl.class - [JAR]
├─ tech.simter.kv.impl.dao.jpa.KeyValueDaoImpl.class - [JAR]
├─ tech.simter.kv.impl.dao.jpa.KeyValueJpaRepository.class - [JAR]
├─ tech.simter.kv.impl.dao.jpa.ModuleConfiguration.class - [JAR]