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 twitch-release-maven-plugin-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ragedunicorn.tools.maven
├─ com.ragedunicorn.tools.maven.TwitchClient.class - [JAR]
├─ com.ragedunicorn.tools.maven.TwitchReleaseMojo.class - [JAR]
com.ragedunicorn.tools.maven.log
├─ com.ragedunicorn.tools.maven.log.DefaultLog.class - [JAR]
├─ com.ragedunicorn.tools.maven.log.TwitchReleaseLogger.class - [JAR]
com.ragedunicorn.tools.maven.model
├─ com.ragedunicorn.tools.maven.model.Metadata.class - [JAR]
├─ com.ragedunicorn.tools.maven.model.TwitchApiClientError.class - [JAR]
├─ com.ragedunicorn.tools.maven.model.TwitchApiRelease.class - [JAR]
com.ragedunicorn.tools.maven.service
├─ com.ragedunicorn.tools.maven.service.ReleaseService.class - [JAR]