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 gradle-model-0.4.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.android.build.gradle.model
├─ com.android.build.gradle.model.AndroidLibraryProject.class - [JAR]
├─ com.android.build.gradle.model.AndroidProject.class - [JAR]
├─ com.android.build.gradle.model.BuildTypeContainer.class - [JAR]
├─ com.android.build.gradle.model.Dependencies.class - [JAR]
├─ com.android.build.gradle.model.ProductFlavorContainer.class - [JAR]
├─ com.android.build.gradle.model.Variant.class - [JAR]