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