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-expression-tools-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.aschet.spdx.expression
├─ com.github.aschet.spdx.expression.ConjunctiveLicenseSetFactory.class - [JAR]
├─ com.github.aschet.spdx.expression.Converter.class - [JAR]
├─ com.github.aschet.spdx.expression.DisjunctiveLicenseSetFactory.class - [JAR]
├─ com.github.aschet.spdx.expression.ExpressionFiltering.class - [JAR]
├─ com.github.aschet.spdx.expression.ExpressionMerging.class - [JAR]
├─ com.github.aschet.spdx.expression.ExpressionSimplification.class - [JAR]
├─ com.github.aschet.spdx.expression.ExpressionSplitting.class - [JAR]
├─ com.github.aschet.spdx.expression.LicenseMatcher.class - [JAR]
├─ com.github.aschet.spdx.expression.LicenseMatcherImpl.class - [JAR]
├─ com.github.aschet.spdx.expression.LicenseSetFactory.class - [JAR]
├─ com.github.aschet.spdx.expression.LicenseSetFactoryImpl.class - [JAR]
├─ com.github.aschet.spdx.expression.TypeInfo.class - [JAR]
├─ com.github.aschet.spdx.expression.Utils.class - [JAR]