q

quarkus-netty

Netty is a non-blocking I/O client-server framework. Used by Quarkus as foundation layer.
Files download
File Operation
quarkus-netty-3.13.2.jar download
quarkus-netty-3.13.2.pom download
quarkus-netty-3.13.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-netty</artifactId>
  <version>3.13.2</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-netty:3.13.2'
Gradle Kotlin
implementation("io.quarkus:quarkus-netty:3.13.2")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-netty" % "3.13.2"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-netty', version='3.13.2')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-netty" rev="3.13.2" />
Leiningen
[io.quarkus/quarkus-netty "3.13.2"]
Apache Buildr
'io.quarkus:quarkus-netty:jar:3.13.2'