не последняя версия
Последняя версия 4.0-alpha6

org.apache.httpcomponents:httpcore-niossl 4.0-alpha5

HttpComponents Core (NIO SSL extensions)

Группа

Группа

org.apache.httpcomponents
Идентификатор

Идентификатор

httpcore-niossl
Версия

Версия

4.0-alpha5
Тип

Тип

jar

Скачать httpcore-niossl 4.0-alpha5


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpcore-niossl</artifactId>
    <version>4.0-alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/
implementation 'org.apache.httpcomponents:httpcore-niossl:4.0-alpha5'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-niossl/
implementation ("org.apache.httpcomponents:httpcore-niossl:4.0-alpha5")
'org.apache.httpcomponents:httpcore-niossl:jar:4.0-alpha5'
<dependency org="org.apache.httpcomponents" name="httpcore-niossl" rev="4.0-alpha5">
  <artifact name="httpcore-niossl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-niossl', version='4.0-alpha5')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore-niossl" % "4.0-alpha5"
[org.apache.httpcomponents/httpcore-niossl "4.0-alpha5"]