h

httpcore5-parent

Apache HttpComponents Core is a library of components for building HTTP enabled services
http://hc.apache.org/httpcomponents-core
Apache License, Version 2.0
The Apache Software Foundation
Files download
File Operation
httpcore5-parent-5.0-beta2.pom download
Apache Maven
<dependency>
  <groupId>org.apache.httpcomponents.core5</groupId>
  <artifactId>httpcore5-parent</artifactId>
  <version>5.0-beta2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.httpcomponents.core5:httpcore5-parent:5.0-beta2'
Gradle Kotlin
implementation("org.apache.httpcomponents.core5:httpcore5-parent:5.0-beta2")
Scala SBT
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-parent" % "5.0-beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.httpcomponents.core5', module='httpcore5-parent', version='5.0-beta2')
)
Apache Ivy
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-parent" rev="5.0-beta2" />
Leiningen
[org.apache.httpcomponents.core5/httpcore5-parent "5.0-beta2"]
Apache Buildr
'org.apache.httpcomponents.core5:httpcore5-parent:jar:5.0-beta2'