jar

com.github.aschet : spdx-license-compat

Maven & Gradle

Apr 22, 2017
2 stars

License · A license compatibility graph implementation for SPDX license identifiers.

Table Of Contents

Latest Version

Download com.github.aschet : spdx-license-compat JAR file - Latest Versions:

All Versions

Download com.github.aschet : spdx-license-compat JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]

Advertisement