не последняя версия
Последняя версия 2.0.53.Final

io.netty:netty-tcnative 2.0.19.Final

A Mavenized fork of Tomcat Native which incorporates various patches. This artifact is dynamically linked to OpenSSL and Apache APR.

Категории

Категории

Сеть Native Инструменты разработки Netty Networking
Группа

Группа

io.netty
Идентификатор

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

netty-tcnative
Версия

Версия

2.0.19.Final
Тип

Тип

jar

Скачать netty-tcnative 2.0.19.Final


<!-- https://jarcasting.com/artifacts/io.netty/netty-tcnative/ -->
<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-tcnative</artifactId>
    <version>2.0.19.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.netty/netty-tcnative/
implementation 'io.netty:netty-tcnative:2.0.19.Final'
// https://jarcasting.com/artifacts/io.netty/netty-tcnative/
implementation ("io.netty:netty-tcnative:2.0.19.Final")
'io.netty:netty-tcnative:jar:2.0.19.Final'
<dependency org="io.netty" name="netty-tcnative" rev="2.0.19.Final">
  <artifact name="netty-tcnative" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.netty', module='netty-tcnative', version='2.0.19.Final')
)
libraryDependencies += "io.netty" % "netty-tcnative" % "2.0.19.Final"
[io.netty/netty-tcnative "2.0.19.Final"]