Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-client-apache |
Version | Version1.33.1 |
Type | Typejar |
Filename | Size |
---|---|
http4k-client-apache-1.33.1.pom | |
http4k-client-apache-1.33.1.jar | 7 KB |
http4k-client-apache-1.33.1-sources.jar | 1 KB |
http4k-client-apache-1.33.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-client-apache/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-client-apache</artifactId>
<version>1.33.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-client-apache/
implementation 'org.http4k:http4k-client-apache:1.33.1'
// https://jarcasting.com/artifacts/org.http4k/http4k-client-apache/
implementation ("org.http4k:http4k-client-apache:1.33.1")
'org.http4k:http4k-client-apache:jar:1.33.1'
<dependency org="org.http4k" name="http4k-client-apache" rev="1.33.1">
<artifact name="http4k-client-apache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-client-apache', version='1.33.1')
)
libraryDependencies += "org.http4k" % "http4k-client-apache" % "1.33.1"
[org.http4k/http4k-client-apache "1.33.1"]