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 spdx-license-compat-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.aschet.spdx.licensecompat.analysis
├─ com.github.aschet.spdx.licensecompat.analysis.LicenseCompatAnalysis.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.analysis.LicenseCompatAnalysisResult.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.analysis.LicenseCompatStrategy.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.analysis.UnsupportedLicenseException.class - [JAR]
com.github.aschet.spdx.licensecompat.graph
├─ com.github.aschet.spdx.licensecompat.graph.LicenseCompatGraph.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.LicenseEdge.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.LicenseEdgeFactory.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.LicenseEdgeType.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.LicenseVertex.class - [JAR]
com.github.aschet.spdx.licensecompat.graph.io
├─ com.github.aschet.spdx.licensecompat.graph.io.LicenseCompatGraphExporter.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.io.LicenseCompatGraphImporter.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.io.LicenseEdgeProvider.class - [JAR]
├─ com.github.aschet.spdx.licensecompat.graph.io.LicenseVertexProvider.class - [JAR]
com.github.aschet.spdx.licensecompat.utils
├─ com.github.aschet.spdx.licensecompat.utils.Utils.class - [JAR]