h

http-client

HTTP client wrapper around an Apache http client 5
Files download
File Operation
http-client-8.343.11.jar download
http-client-8.343.11.pom download
http-client-8.343.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yahoo.vespa</groupId>
  <artifactId>http-client</artifactId>
  <version>8.343.11</version>
  <type>container-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.yahoo.vespa:http-client:8.343.11'
Gradle Kotlin
implementation("com.yahoo.vespa:http-client:8.343.11")
Scala SBT
libraryDependencies += "com.yahoo.vespa" % "http-client" % "8.343.11"
Groovy Grape
@Grapes(
  @Grab(group='com.yahoo.vespa', module='http-client', version='8.343.11')
)
Apache Ivy
<dependency org="com.yahoo.vespa" name="http-client" rev="8.343.11" />
Leiningen
[com.yahoo.vespa/http-client "8.343.11"]
Apache Buildr
'com.yahoo.vespa:http-client:jar:8.343.11'