k

ktor-routers

Please use me.nathanfallet.ktorx:ktor-routers instead.
http://www.nathanfallet.me
GNU General Public License v3.0
Nathan Fallet
Files download
File Operation
ktor-routers-1.2.1.jar download
ktor-routers-1.2.1.pom download
ktor-routers-1.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>me.nathanfallet.ktor.routers</groupId>
  <artifactId>ktor-routers</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'me.nathanfallet.ktor.routers:ktor-routers:1.2.1'
Gradle Kotlin
implementation("me.nathanfallet.ktor.routers:ktor-routers:1.2.1")
Scala SBT
libraryDependencies += "me.nathanfallet.ktor.routers" % "ktor-routers" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='me.nathanfallet.ktor.routers', module='ktor-routers', version='1.2.1')
)
Apache Ivy
<dependency org="me.nathanfallet.ktor.routers" name="ktor-routers" rev="1.2.1" />
Leiningen
[me.nathanfallet.ktor.routers/ktor-routers "1.2.1"]
Apache Buildr
'me.nathanfallet.ktor.routers:ktor-routers:jar:1.2.1'