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