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 helium-cloud-license-starter-1.0.0-release.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.helium.framework.spring.controller
├─ org.helium.framework.spring.controller.LicenseController.class - [JAR]
org.helium.framework.spring.service
├─ org.helium.framework.spring.service.LicService.class - [JAR]
├─ org.helium.framework.spring.service.LicServiceImpl.class - [JAR]
├─ org.helium.framework.spring.service.ResultCode.class - [JAR]
org.helium.framework.spring.annotation
├─ org.helium.framework.spring.annotation.EnableLicenseConfiguration.class - [JAR]
org.helium.framework.spring.autoconfigure
├─ org.helium.framework.spring.autoconfigure.LicenseAutoConfiguration.class - [JAR]
├─ org.helium.framework.spring.autoconfigure.LicenseConfig.class - [JAR]
org.helium.framework.spring.utils
├─ org.helium.framework.spring.utils.AESUtil.class - [JAR]
├─ org.helium.framework.spring.utils.LicFile.class - [JAR]
├─ org.helium.framework.spring.utils.LicenseGen.class - [JAR]