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