k

krestx-api

An opinionated Vert.x REST library built with Kotlin and coroutines. API portion.
https://github.com/termermc/krestx-api
MIT License
Michael Termer
Files download
File Operation
krestx-api-1.1.2.jar download
krestx-api-1.1.2.pom download
krestx-api-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.termer.krestx</groupId>
  <artifactId>krestx-api</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.termer.krestx:krestx-api:1.1.2'
Gradle Kotlin
implementation("net.termer.krestx:krestx-api:1.1.2")
Scala SBT
libraryDependencies += "net.termer.krestx" % "krestx-api" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.termer.krestx', module='krestx-api', version='1.1.2')
)
Apache Ivy
<dependency org="net.termer.krestx" name="krestx-api" rev="1.1.2" />
Leiningen
[net.termer.krestx/krestx-api "1.1.2"]
Apache Buildr
'net.termer.krestx:krestx-api:jar:1.1.2'