
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.7")
}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.7</version>
</dependency>A Kotlin library for parsing and generating package-url.
dependencies {
implementation("space.iseki.purlkt:purlkt:0.0.7")
}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.7</version>
</dependency>