jar

com.github.package-url : packageurl-java

Maven & Gradle

Sep 29, 2021
10 usages
20 stars

Package URL · The official Java implementation of the PackageURL specification. PackageURL (purl) is a minimal specification for describing a package via a "mostly universal" URL.

Table Of Contents

Latest Version

Download com.github.package-url : packageurl-java JAR file - Latest Versions:

All Versions

Download com.github.package-url : packageurl-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
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 packageurl-java-1.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.packageurl.validator

├─ com.github.packageurl.validator.PackageURL.class - [JAR]

├─ com.github.packageurl.validator.PackageURLConstraintValidator.class - [JAR]

com.github.packageurl

├─ com.github.packageurl.MalformedPackageURLException.class - [JAR]

├─ com.github.packageurl.PackageURL.class - [JAR]

├─ com.github.packageurl.PackageURLBuilder.class - [JAR]

├─ com.github.packageurl.ValidationException.class - [JAR]

Advertisement