GroupId | GroupIdorg.http4k |
---|---|
ArtifactId | ArtifactIdhttp4k-core |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
http4k-core-2.4.0.pom | |
http4k-core-2.4.0.jar | 504 KB |
http4k-core-2.4.0-sources.jar | 44 KB |
http4k-core-2.4.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-core/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-core</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-core/
implementation 'org.http4k:http4k-core:2.4.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-core/
implementation ("org.http4k:http4k-core:2.4.0")
'org.http4k:http4k-core:jar:2.4.0'
<dependency org="org.http4k" name="http4k-core" rev="2.4.0">
<artifact name="http4k-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-core', version='2.4.0')
)
libraryDependencies += "org.http4k" % "http4k-core" % "2.4.0"
[org.http4k/http4k-core "2.4.0"]