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 version-catalog-accessor-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
eu.bitfunk.gradle.plugin.development.version.catalog.accessor
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.VersionCatalogAccessorContract.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.VersionCatalogAccessorPlugin.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.VersionCatalogAccessorPluginExtension.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.VersionCatalogAccessorSourceGeneratorTask.class - [JAR]
eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.model
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.model.Catalog.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.model.CatalogEntry.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.model.Node.class - [JAR]
eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.Generator.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.GeneratorTask.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.InternalContract.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.Mapper.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.Parser.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.VersionCatalogAccessorClassGenerator.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.VersionCatalogAccessorInterfaceGenerator.class - [JAR]
├─ eu.bitfunk.gradle.plugin.development.version.catalog.accessor.intern.VersionInterfaceGenerator.class - [JAR]