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 kotlin-gradle-little-helpers-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.stefanozanella.gradle.extension.kotlin
├─ me.stefanozanella.gradle.extension.kotlin.FunctionsKt.class - [JAR]
├─ me.stefanozanella.gradle.extension.kotlin.ManagedListProperty.class - [JAR]
├─ me.stefanozanella.gradle.extension.kotlin.ManagedMapProperty.class - [JAR]
├─ me.stefanozanella.gradle.extension.kotlin.ManagedObject.class - [JAR]
├─ me.stefanozanella.gradle.extension.kotlin.ManagedProperty.class - [JAR]
├─ me.stefanozanella.gradle.extension.kotlin.OptionalManagedProperty.class - [JAR]