n

netty-jni-util

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.
https://netty.io/
Apache License, Version 2.0
The Netty Project
The Netty Project Contributors
Files download
File Operation
netty-jni-util-0.0.9.Final.jar download
netty-jni-util-0.0.9.Final.pom download
netty-jni-util-0.0.9.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.netty</groupId>
  <artifactId>netty-jni-util</artifactId>
  <version>0.0.9.Final</version>
</dependency>
Gradle Groovy
implementation 'io.netty:netty-jni-util:0.0.9.Final'
Gradle Kotlin
implementation("io.netty:netty-jni-util:0.0.9.Final")
Scala SBT
libraryDependencies += "io.netty" % "netty-jni-util" % "0.0.9.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.netty', module='netty-jni-util', version='0.0.9.Final')
)
Apache Ivy
<dependency org="io.netty" name="netty-jni-util" rev="0.0.9.Final" />
Leiningen
[io.netty/netty-jni-util "0.0.9.Final"]
Apache Buildr
'io.netty:netty-jni-util:jar:0.0.9.Final'