is not current version
Last Version 4.0-alpha6

httpcomponents-httpcore:httpcore 4.0-alpha5


GroupId

GroupId

httpcomponents-httpcore
ArtifactId

ArtifactId

httpcore
Version

Version

4.0-alpha5
Type

Type

jar

Download httpcore 4.0-alpha5


<!-- https://jarcasting.com/artifacts/httpcomponents-httpcore/httpcore/ -->
<dependency>
    <groupId>httpcomponents-httpcore</groupId>
    <artifactId>httpcore</artifactId>
    <version>4.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/httpcomponents-httpcore/httpcore/
implementation 'httpcomponents-httpcore:httpcore:4.0-alpha5'
// https://jarcasting.com/artifacts/httpcomponents-httpcore/httpcore/
implementation ("httpcomponents-httpcore:httpcore:4.0-alpha5")
'httpcomponents-httpcore:httpcore:jar:4.0-alpha5'
<dependency org="httpcomponents-httpcore" name="httpcore" rev="4.0-alpha5">
  <artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='httpcomponents-httpcore', module='httpcore', version='4.0-alpha5')
)
libraryDependencies += "httpcomponents-httpcore" % "httpcore" % "4.0-alpha5"
[httpcomponents-httpcore/httpcore "4.0-alpha5"]