Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bowbahdoe/purl
- Owner: bowbahdoe
- License: apache-2.0
- Created: 2023-11-07T15:03:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T06:02:26.000Z (7 months ago)
- Last Synced: 2024-04-19T07:24:05.628Z (7 months ago)
- Language: Java
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
}
```