PUrlKt

Library parses and generates package URLs, facilitating compatibility with the package-url specification for software package references.

JVM
iOS
Android Native
macOS
watchOS
tvOS
Linux
Windows
Wasm
JS
GitHub stars3
Authorsiseki0
Dependents1
LicenseApache License 2.0
Creation dateover 1 year ago

Last activity5 months ago
Latest release0.0.9 (6 months ago)

PUrlKt

Maven Central Version License

A Kotlin library for parsing and generating package-url.

Getting Started

Add dependency

Gradle

dependencies {
    implementation("space.iseki.purlkt:purlkt:0.0.9")
}

Maven

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>
JVM
iOS
Android Native
macOS
watchOS
tvOS
Linux
Windows
Wasm
JS
GitHub stars3
Authorsiseki0
Dependents1
LicenseApache License 2.0
Creation dateover 1 year ago

Last activity5 months ago
Latest release0.0.9 (6 months ago)

PUrlKt

Maven Central Version License

A Kotlin library for parsing and generating package-url.

Getting Started

Add dependency

Gradle

dependencies {
    implementation("space.iseki.purlkt:purlkt:0.0.9")
}

Maven

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>