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 convention-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.radekkozak.gradle.convention.extension
├─ com.radekkozak.gradle.convention.extension.ExtensionsKt.class - [JAR]
com.radekkozak.gradle.convention
├─ com.radekkozak.gradle.convention.DokkaConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.JavaApplicationConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.JavaBaseConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.JavaLibraryConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.KotlinJvmConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.KotlinKmpLibraryBaseConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.KotlinKoverConventionPlugin.class - [JAR]
├─ com.radekkozak.gradle.convention.SpotlessConventionPlugin.class - [JAR]