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 spring-boot-jpa-starter-3.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.raynigon.unit.api.jpa.annotation
├─ com.raynigon.unit.api.jpa.annotation.JpaUnit.class - [JAR]
├─ com.raynigon.unit.api.jpa.annotation.JpaUnitHelper.class - [JAR]
├─ com.raynigon.unit.api.jpa.annotation.NoneQuantity.class - [JAR]
com.raynigon.unit.api.jpa.cache
├─ com.raynigon.unit.api.jpa.cache.CachedQuantity.class - [JAR]
com.raynigon.unit.api.jpa.exception
├─ com.raynigon.unit.api.jpa.exception.MissingUnitAnnotationException.class - [JAR]
com.raynigon.unit_api.spring_boot_jpa_starter
├─ com.raynigon.unit_api.spring_boot_jpa_starter.BuildVersion.class - [JAR]
com.raynigon.unit.api.jpa.type
├─ com.raynigon.unit.api.jpa.type.QuantityType.class - [JAR]
com.raynigon.unit.api.jpa.configuration
├─ com.raynigon.unit.api.jpa.configuration.QuantityTypeRegistration.class - [JAR]