h

httpclient

Builds the httpclient. Requires the commons logging to be built first and be excluded from any other poms requiring it.
Apache Software License 2.0
Files download
File Operation
httpclient-4.5.14-r3.jar download
httpclient-4.5.14-r3.pom download
httpclient-4.5.14-r3-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.ikm.jpms</groupId>
  <artifactId>httpclient</artifactId>
  <version>4.5.14-r3</version>
</dependency>
Gradle Groovy
implementation 'dev.ikm.jpms:httpclient:4.5.14-r3'
Gradle Kotlin
implementation("dev.ikm.jpms:httpclient:4.5.14-r3")
Scala SBT
libraryDependencies += "dev.ikm.jpms" % "httpclient" % "4.5.14-r3"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.jpms', module='httpclient', version='4.5.14-r3')
)
Apache Ivy
<dependency org="dev.ikm.jpms" name="httpclient" rev="4.5.14-r3" />
Leiningen
[dev.ikm.jpms/httpclient "4.5.14-r3"]
Apache Buildr
'dev.ikm.jpms:httpclient:jar:4.5.14-r3'