is not current version
Last Version 4.27.0.0

org.http4k:http4k-contract 3.11.1

Typesafe HTTP contracts for Reekwest

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

http4k-contract
Version

Version

3.11.1
Type

Type

jar

Download http4k-contract 3.11.1


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