Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bowbahdoe/purl

Java Package URL implementation
https://github.com/bowbahdoe/purl

Last synced: 7 days ago
JSON representation

Java Package URL implementation

Awesome Lists containing this project

README

        

# purl

[![javadoc](https://javadoc.io/badge2/dev.mccue/purl/javadoc.svg)](https://javadoc.io/doc/dev.mccue/progrock)

A Java Package URL implementation.

This is a mostly 1-1 copy of the [Sonatype Package url library](https://github.com/sonatype/package-url-java)
with a few minor changes to the code and dependencies.

## Dependency Information

### Maven

```xml

dev.mccue
purl
2023.11.07

```

### Gradle

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