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 otp-manager-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.seyeadamaUASZ.utils
├─ io.github.seyeadamaUASZ.utils.OtpGeneration.class - [JAR]
io.github.seyeadamaUASZ
├─ io.github.seyeadamaUASZ.OTPApplication.class - [JAR]
io.github.seyeadamaUASZ.service
├─ io.github.seyeadamaUASZ.service.OTPConfiguration.class - [JAR]
├─ io.github.seyeadamaUASZ.service.OTPManager.class - [JAR]
io.github.seyeadamaUASZ.exception
├─ io.github.seyeadamaUASZ.exception.OTPException.class - [JAR]
io.github.seyeadamaUASZ.model
├─ io.github.seyeadamaUASZ.model.Duration.class - [JAR]
├─ io.github.seyeadamaUASZ.model.OTP.class - [JAR]
├─ io.github.seyeadamaUASZ.model.TypeOTP.class - [JAR]