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