MVN

org.jboss.xnio.netty : netty-xnio-transport

Maven & Gradle

Sep 24, 2019
11 usages
15 stars

netty-xnio-transport

<dependency>
    <groupId>org.jboss.xnio.netty</groupId>
    <artifactId>netty-xnio-transport</artifactId>
    <version>0.1.9.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.xnio.netty : netty-xnio-transport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9.Final

All Versions

Choose a version of org.jboss.xnio.netty : netty-xnio-transport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
netty-xnio-transport-0.1.9.Final
netty-xnio-transport-0.1.8.Final
netty-xnio-transport-0.1.7.Final
netty-xnio-transport-0.1.6.Final
netty-xnio-transport-0.1.5.Final
netty-xnio-transport-0.1.4.Final
netty-xnio-transport-0.1.3.Final
netty-xnio-transport-0.1.2.Final
netty-xnio-transport-0.1.1.Final
netty-xnio-transport-0.1.1.CR2
netty-xnio-transport-0.1.1.CR1
netty-xnio-transport-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.xnio.netty</groupId>
    <artifactId>netty-xnio-transport</artifactId>
    <version>0.1.9.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jboss.xnio.netty : netty-xnio-transport gradle dependency to your build.gradle file:

implementation 'org.jboss.xnio.netty:netty-xnio-transport:0.1.9.Final'

Gradle Kotlin DSL: Add the following org.jboss.xnio.netty : netty-xnio-transport gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jboss.xnio.netty:netty-xnio-transport:0.1.9.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jboss.xnio.netty : netty-xnio-transport sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jboss.xnio.netty" % "netty-xnio-transport" % "0.1.9.Final"

Advertisement