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