MVN

org.openziti : ziti-netty

Maven & Gradle

Aug 07, 2023
49 stars

ziti-netty · Netty Adapter for Ziti

<dependency>
    <groupId>org.openziti</groupId>
    <artifactId>ziti-netty</artifactId>
    <version>0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openziti : ziti-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.1

All Versions

Choose a version of org.openziti : ziti-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
ziti-netty-0.25.1
ziti-netty-0.25.0
0.24.x
ziti-netty-0.24.0
0.23.x
ziti-netty-0.23.18
ziti-netty-0.23.17
ziti-netty-0.23.16
ziti-netty-0.23.15
ziti-netty-0.23.13
ziti-netty-0.23.12
ziti-netty-0.23.11
ziti-netty-0.23.10
ziti-netty-0.23.9
ziti-netty-0.23.8
ziti-netty-0.23.7
ziti-netty-0.23.6
ziti-netty-0.23.5
ziti-netty-0.23.4
ziti-netty-0.23.3
ziti-netty-0.23.2
ziti-netty-0.23.1
ziti-netty-0.23.0
0.22.x
ziti-netty-0.22.9
ziti-netty-0.22.8
ziti-netty-0.22.7
ziti-netty-0.22.6
ziti-netty-0.22.4
ziti-netty-0.22.3
ziti-netty-0.22.2
ziti-netty-0.22.1
ziti-netty-0.22.0
0.21.x
ziti-netty-0.21.1
ziti-netty-0.21.0
0.20.x
ziti-netty-0.20.0
0.19.x
ziti-netty-0.19.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.openziti</groupId>
    <artifactId>ziti-netty</artifactId>
    <version>0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openziti : ziti-netty gradle dependency to your build.gradle file:

implementation 'org.openziti:ziti-netty:0.25.1'

Gradle Kotlin DSL: Add the following org.openziti : ziti-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openziti:ziti-netty:0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openziti : ziti-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openziti" % "ziti-netty" % "0.25.1"