MVN

io.netty : netty-transport-native-io_uring

Maven & Gradle

Jun 12, 2024

Netty/Transport/Native/io_uring

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-transport-native-io_uring</artifactId>
    <version>4.2.0.Alpha1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.netty : netty-transport-native-io_uring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.0.Alpha1
  • Latest Alpha: 4.2.0.Alpha1

All Versions

Choose a version of io.netty : netty-transport-native-io_uring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
netty-transport-native-io_uring-4.2.0.Alpha1

How to add a dependency to Maven

Add the following io.netty : netty-transport-native-io_uring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.netty</groupId>
    <artifactId>netty-transport-native-io_uring</artifactId>
    <version>4.2.0.Alpha1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.netty : netty-transport-native-io_uring gradle dependency to your build.gradle file:

implementation 'io.netty:netty-transport-native-io_uring:4.2.0.Alpha1'

Gradle Kotlin DSL: Add the following io.netty : netty-transport-native-io_uring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.netty:netty-transport-native-io_uring:4.2.0.Alpha1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.netty : netty-transport-native-io_uring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.netty" % "netty-transport-native-io_uring" % "4.2.0.Alpha1"

Advertisement

Dependencies from Group

Aug 23, 2023
2.4k usages
33k stars
Aug 23, 2023
1.6k usages
31.4k stars
Aug 23, 2023
1.3k usages
31.4k stars
Aug 23, 2023
1.2k usages
31.4k stars
Aug 23, 2023
1.2k usages
31.4k stars

Discover Dependencies