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