h

http-client

EXPath HTTP Client module.
Files download
File Operation
http-client-1.5.2.pom download
Apache Maven
<dependency>
  <groupId>org.expath.http.client</groupId>
  <artifactId>http-client</artifactId>
  <version>1.5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.expath.http.client:http-client:1.5.2'
Gradle Kotlin
implementation("org.expath.http.client:http-client:1.5.2")
Scala SBT
libraryDependencies += "org.expath.http.client" % "http-client" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.expath.http.client', module='http-client', version='1.5.2')
)
Apache Ivy
<dependency org="org.expath.http.client" name="http-client" rev="1.5.2" />
Leiningen
[org.expath.http.client/http-client "1.5.2"]
Apache Buildr
'org.expath.http.client:http-client:jar:1.5.2'