is not current version
Last Version 4.27.0.0

org.http4k:http4k-core 2.26.3

sane HTTP request API for Kotlin

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

http4k-core
Version

Version

2.26.3
Type

Type

jar

Download http4k-core 2.26.3


<!-- https://jarcasting.com/artifacts/org.http4k/http4k-core/ -->
<dependency>
    <groupId>org.http4k</groupId>
    <artifactId>http4k-core</artifactId>
    <version>2.26.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-core/
implementation 'org.http4k:http4k-core:2.26.3'
// https://jarcasting.com/artifacts/org.http4k/http4k-core/
implementation ("org.http4k:http4k-core:2.26.3")
'org.http4k:http4k-core:jar:2.26.3'
<dependency org="org.http4k" name="http4k-core" rev="2.26.3">
  <artifact name="http4k-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-core', version='2.26.3')
)
libraryDependencies += "org.http4k" % "http4k-core" % "2.26.3"
[org.http4k/http4k-core "2.26.3"]