is not current version
Last Version 4.27.0.0

org.http4k:http4k-contract 2.25.0

Typesafe HTTP contracts for Reekwest

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

http4k-contract
Version

Version

2.25.0
Type

Type

jar

Download http4k-contract 2.25.0


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