License |
License
Apache License
|
---|---|
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhttpcore-niossl |
Last Version | Last Version4.0-alpha6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpCore (NIO SSL extensions module)
HttpComponents Core (NIO SSL extensions)
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpcore-niossl-4.0-alpha6.pom | |
httpcore-niossl-4.0-alpha6.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-niossl</artifactId>
<version>4.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/
implementation 'org.apache.httpcomponents:httpcore-niossl:4.0-alpha6'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/
implementation ("org.apache.httpcomponents:httpcore-niossl:4.0-alpha6")
'org.apache.httpcomponents:httpcore-niossl:jar:4.0-alpha6'
<dependency org="org.apache.httpcomponents" name="httpcore-niossl" rev="4.0-alpha6">
<artifact name="httpcore-niossl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-niossl', version='4.0-alpha6')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore-niossl" % "4.0-alpha6"
[org.apache.httpcomponents/httpcore-niossl "4.0-alpha6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpcore | jar | 4.0-alpha6 |
org.apache.httpcomponents : httpcore-nio | jar | 4.0-alpha6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |