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-r4.jar download
httpclient-4.5.14-r4.pom download
httpclient-4.5.14-r4-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.ikm.jpms</groupId>
  <artifactId>httpclient</artifactId>
  <version>4.5.14-r4</version>
</dependency>
Gradle Groovy
implementation 'dev.ikm.jpms:httpclient:4.5.14-r4'
Gradle Kotlin
implementation("dev.ikm.jpms:httpclient:4.5.14-r4")
Scala SBT
libraryDependencies += "dev.ikm.jpms" % "httpclient" % "4.5.14-r4"
Groovy Grape
@Grapes(
  @Grab(group='dev.ikm.jpms', module='httpclient', version='4.5.14-r4')
)
Apache Ivy
<dependency org="dev.ikm.jpms" name="httpclient" rev="4.5.14-r4" />
Leiningen
[dev.ikm.jpms/httpclient "4.5.14-r4"]
Apache Buildr
'dev.ikm.jpms:httpclient:jar:4.5.14-r4'