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 license-0.0.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.tinygroup.license.impl
├─ org.tinygroup.license.impl.AbstractLicenseLoader.class - [JAR]
├─ org.tinygroup.license.impl.BooleanLicenseItem.class - [JAR]
├─ org.tinygroup.license.impl.DatetimeLicenseItem.class - [JAR]
├─ org.tinygroup.license.impl.IntegerLicenseItem.class - [JAR]
├─ org.tinygroup.license.impl.LicenseManagerImpl.class - [JAR]
├─ org.tinygroup.license.impl.StringLicenseItem.class - [JAR]
org.tinygroup.license.fileresolver
├─ org.tinygroup.license.fileresolver.LicenseConfigFileProcessor.class - [JAR]
├─ org.tinygroup.license.fileresolver.LicenseFileProcessor.class - [JAR]
org.tinygroup.license.config
├─ org.tinygroup.license.config.LicenseConfig.class - [JAR]
org.tinygroup.license
├─ org.tinygroup.license.License.class - [JAR]
├─ org.tinygroup.license.LicenseItem.class - [JAR]
├─ org.tinygroup.license.LicenseLoader.class - [JAR]
├─ org.tinygroup.license.LicenseManager.class - [JAR]