K

KUrlet

Kotlin URi tempLET. Pure Kotlin MPP to handle URI Templates in JVM, JS and Native applications
https://github.com/C06A/KUrlet
MIT
C.A.B.
Files download
File Operation
KUrlet-2.0.1.jar download
KUrlet-2.0.1.pom download
KUrlet-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helpchoice.kotlin</groupId>
  <artifactId>KUrlet</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.helpchoice.kotlin:KUrlet:2.0.1'
Gradle Kotlin
implementation("com.helpchoice.kotlin:KUrlet:2.0.1")
Scala SBT
libraryDependencies += "com.helpchoice.kotlin" % "KUrlet" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.helpchoice.kotlin', module='KUrlet', version='2.0.1')
)
Apache Ivy
<dependency org="com.helpchoice.kotlin" name="KUrlet" rev="2.0.1" />
Leiningen
[com.helpchoice.kotlin/KUrlet "2.0.1"]
Apache Buildr
'com.helpchoice.kotlin:KUrlet:jar:2.0.1'