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 kaptcha-spring-boot-starter-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.admin4j.framework.kaptcha.propertie
├─ com.admin4j.framework.kaptcha.propertie.KaptchaProperties.class - [JAR]
com.admin4j.framework.kaptcha
├─ com.admin4j.framework.kaptcha.KaptchaConfig.class - [JAR]
├─ com.admin4j.framework.kaptcha.KaptchaDigitCalculateCreator.class - [JAR]
├─ com.admin4j.framework.kaptcha.KaptchaFactory.class - [JAR]
com.admin4j.framework.kaptcha.config
├─ com.admin4j.framework.kaptcha.config.CaptchaConfig.class - [JAR]