GroupId | GroupIdhttpcomponents-httpcore |
---|---|
ArtifactId | ArtifactIdjakarta-httpcore |
Last Version | Last Version4.0-alpha4 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
jakarta-httpcore-4.0-alpha4.pom | |
jakarta-httpcore-4.0-alpha4.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore/ -->
<dependency>
<groupId>httpcomponents-httpcore</groupId>
<artifactId>jakarta-httpcore</artifactId>
<version>4.0-alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore/
implementation 'httpcomponents-httpcore:jakarta-httpcore:4.0-alpha4'
// https://jarcasting.com/artifacts/httpcomponents-httpcore/jakarta-httpcore/
implementation ("httpcomponents-httpcore:jakarta-httpcore:4.0-alpha4")
'httpcomponents-httpcore:jakarta-httpcore:jar:4.0-alpha4'
<dependency org="httpcomponents-httpcore" name="jakarta-httpcore" rev="4.0-alpha4">
<artifact name="jakarta-httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='httpcomponents-httpcore', module='jakarta-httpcore', version='4.0-alpha4')
)
libraryDependencies += "httpcomponents-httpcore" % "jakarta-httpcore" % "4.0-alpha4"
[httpcomponents-httpcore/jakarta-httpcore "4.0-alpha4"]