Skip to content

bowbahdoe/purl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purl

javadoc

A Java Package URL implementation.

This is a mostly 1-1 copy of the Sonatype Package url library with a few minor changes to the code and dependencies.

Dependency Information

Maven

<dependency>
    <groupId>dev.mccue</groupId>
    <artifactId>purl</artifactId>
    <version>2023.11.07</version>
</dependency>

Gradle

dependencies {
    implementation("dev.mccue:purl:2023.11.07")
}