h

httpcore5-osgi

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