License |
License
Apache License
|
---|---|
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdjakarta-httpcore |
Last Version | Last Version4.0-alpha4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpCore (base module)
HttpComponents Core (Java 1.3 compatible)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jakarta-httpcore-4.0-alpha4.pom | |
jakarta-httpcore-4.0-alpha4.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/jakarta-httpcore/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>jakarta-httpcore</artifactId>
<version>4.0-alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/jakarta-httpcore/
implementation 'org.apache.httpcomponents:jakarta-httpcore:4.0-alpha4'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/jakarta-httpcore/
implementation ("org.apache.httpcomponents:jakarta-httpcore:4.0-alpha4")
'org.apache.httpcomponents:jakarta-httpcore:jar:4.0-alpha4'
<dependency org="org.apache.httpcomponents" name="jakarta-httpcore" rev="4.0-alpha4">
<artifact name="jakarta-httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='jakarta-httpcore', version='4.0-alpha4')
)
libraryDependencies += "org.apache.httpcomponents" % "jakarta-httpcore" % "4.0-alpha4"
[org.apache.httpcomponents/jakarta-httpcore "4.0-alpha4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |