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 java-conventions-2023.07.21.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.cotto.javaconventions.plugins
├─ de.cotto.javaconventions.plugins.CheckstylePlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.CpdPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.ErrorPronePlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.IntegrationTestsPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.JacocoPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.MutationTestsPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.PmdPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.SpotbugsPlugin.class - [JAR]
├─ de.cotto.javaconventions.plugins.TestsPlugin.class - [JAR]
de.cotto.javaconventions
├─ de.cotto.javaconventions.JavaConventionsPlugin.class - [JAR]
├─ de.cotto.javaconventions.Utils.class - [JAR]