h

http4k-core

Dependency-lite Server as a Function in pure Kotlin
https://http4k.org
Apache License, Version 2.0
Ivan Sanchez David Denton
Files download
File Operation
http4k-core-5.12.2.1.jar download
http4k-core-5.12.2.1.pom download
http4k-core-5.12.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4k</groupId>
  <artifactId>http4k-core</artifactId>
  <version>5.12.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.http4k:http4k-core:5.12.2.1'
Gradle Kotlin
implementation("org.http4k:http4k-core:5.12.2.1")
Scala SBT
libraryDependencies += "org.http4k" % "http4k-core" % "5.12.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.http4k', module='http4k-core', version='5.12.2.1')
)
Apache Ivy
<dependency org="org.http4k" name="http4k-core" rev="5.12.2.1" />
Leiningen
[org.http4k/http4k-core "5.12.2.1"]
Apache Buildr
'org.http4k:http4k-core:jar:5.12.2.1'