h

httpcore-osgi

Apache HttpComponents Core (OSGi bundle)
http://hc.apache.org/httpcomponents-core-ga
Files download
File Operation
httpcore-osgi-4.4.5.jar download
httpcore-osgi-4.4.5.pom download
httpcore-osgi-4.4.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents</groupId>
  <artifactId>httpcore-osgi</artifactId>
  <version>4.4.5</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents:httpcore-osgi:4.4.5'
Gradle Kotlin
implementation("org.apache.httpcomponents:httpcore-osgi:4.4.5")
Scala SBT
libraryDependencies += "org.apache.httpcomponents" % "httpcore-osgi" % "4.4.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents', module='httpcore-osgi', version='4.4.5')
)
Apache Ivy
<dependency org="org.apache.httpcomponents" name="httpcore-osgi" rev="4.4.5" />
Leiningen
[org.apache.httpcomponents/httpcore-osgi "4.4.5"]
Apache Buildr
'org.apache.httpcomponents:httpcore-osgi:jar:4.4.5'