h

httpcore

This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar.
Files download
File Operation
httpcore-4.0.1_1.jar download
httpcore-4.0.1_1.pom download
httpcore-4.0.1_1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.bundles</groupId>
  <artifactId>httpcore</artifactId>
  <version>4.0.1_1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.bundles:httpcore:4.0.1_1'
Gradle Kotlin
implementation("org.apache.geronimo.bundles:httpcore:4.0.1_1")
Scala SBT
libraryDependencies += "org.apache.geronimo.bundles" % "httpcore" % "4.0.1_1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.bundles', module='httpcore', version='4.0.1_1')
)
Apache Ivy
<dependency org="org.apache.geronimo.bundles" name="httpcore" rev="4.0.1_1" />
Leiningen
[org.apache.geronimo.bundles/httpcore "4.0.1_1"]
Apache Buildr
'org.apache.geronimo.bundles:httpcore:jar:4.0.1_1'