MVN

com.bkahlert.kommons : kommons-uri-js

Maven & Gradle

Mar 05, 2023
16 stars

Kommons Uri · Kommons URI is a Kotlin Multiplatform Library for handling (Data) URIs.

<dependency>
    <groupId>com.bkahlert.kommons</groupId>
    <artifactId>kommons-uri-js</artifactId>
    <version>2.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bkahlert.kommons : kommons-uri-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.0

All Versions

Choose a version of com.bkahlert.kommons : kommons-uri-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
kommons-uri-js-2.8.0
2.7.x
kommons-uri-js-2.7.0

How to add a dependency to Maven

Add the following com.bkahlert.kommons : kommons-uri-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bkahlert.kommons</groupId>
    <artifactId>kommons-uri-js</artifactId>
    <version>2.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bkahlert.kommons : kommons-uri-js gradle dependency to your build.gradle file:

implementation 'com.bkahlert.kommons:kommons-uri-js:2.8.0'

Gradle Kotlin DSL: Add the following com.bkahlert.kommons : kommons-uri-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bkahlert.kommons:kommons-uri-js:2.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bkahlert.kommons : kommons-uri-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bkahlert.kommons" % "kommons-uri-js" % "2.8.0"

Advertisement