Skip to content
/ PUrlKt Public

A Kotlin library for parsing and generating package-url

License

Notifications You must be signed in to change notification settings

iseki0/PUrlKt

Repository files navigation

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.6")
}

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.6</version>
</dependency>

About

A Kotlin library for parsing and generating package-url

Resources

License

Stars

Watchers

Forks

Packages

No packages published