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 lib-properties-0.5.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.naoghuman.lib.properties.core
├─ com.github.naoghuman.lib.properties.core.PropertiesFacade.class - [JAR]
├─ com.github.naoghuman.lib.properties.core.SimpleProperties.class - [JAR]
com.github.naoghuman.lib.properties.internal
├─ com.github.naoghuman.lib.properties.internal.DefaultSimpleProperties.class - [JAR]
com.github.naoghuman.lib.properties.api
├─ com.github.naoghuman.lib.properties.api.ILibProperties.class - [JAR]
├─ com.github.naoghuman.lib.properties.api.PropertiesFacade.class - [JAR]
├─ com.github.naoghuman.lib.properties.api.package-info.class - [JAR]
com.github.naoghuman.lib.properties
├─ com.github.naoghuman.lib.properties.LibProperties.class - [JAR]
├─ com.github.naoghuman.lib.properties.package-info.class - [JAR]