is not current version
Last Version 4.0-alpha4

httpcomponents-httpcore:jakarta-httpcore 4.0-alpha2

Core components to build HTTP enabled services

GroupId

GroupId

httpcomponents-httpcore
ArtifactId

ArtifactId

jakarta-httpcore
Version

Version

4.0-alpha2
Type

Type

jar

Download jakarta-httpcore 4.0-alpha2


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