is not current version
Last Version 5.2-beta2

org.apache.httpcomponents.core5:httpcore5-parent 5.0-beta6

Apache HttpComponents Core is a library of components for building HTTP enabled services

GroupId

GroupId

org.apache.httpcomponents.core5
ArtifactId

ArtifactId

httpcore5-parent
Version

Version

5.0-beta6
Type

Type

pom

Download httpcore5-parent 5.0-beta6


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/ -->
<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-parent</artifactId>
    <version>5.0-beta6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/
implementation 'org.apache.httpcomponents.core5:httpcore5-parent:5.0-beta6'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/
implementation ("org.apache.httpcomponents.core5:httpcore5-parent:5.0-beta6")
'org.apache.httpcomponents.core5:httpcore5-parent:pom:5.0-beta6'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-parent" rev="5.0-beta6">
  <artifact name="httpcore5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-parent', version='5.0-beta6')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-parent" % "5.0-beta6"
[org.apache.httpcomponents.core5/httpcore5-parent "5.0-beta6"]