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