PUrlKt
0.0.9indexedLibrary parses and generates package URLs, facilitating compatibility with the package-url specification for software package references.
2
Stars
1
Used by
dependents
—
Health
/ 100
Library parses and generates package URLs, facilitating compatibility with the package-url specification for software package references.
A Kotlin library for parsing and generating package-url.
dependencies {
implementation("space.iseki.purlkt:purlkt:0.0.9")
}
Since the project is in Kotlin Multiplatform, for Maven user you have to specify the platform explicitly.
(The -jvm suffix)
<dependency>
<groupId>space.iseki.purlkt</groupId>
<artifactId>purlkt-jvm</artifactId>
<version>0.0.9</version>
</dependency>
Surfaced from shared tags and platforms — no rankings paid for.