MVN

org.jboss.netty : netty

Maven & Gradle

Nov 28, 2013
329 usages
32.7k stars

The Netty Project · The Netty project is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients. In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

<dependency>
    <groupId>org.jboss.netty</groupId>
    <artifactId>netty</artifactId>
    <version>3.2.10.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.10.Final
  • Latest Beta: 3.2.0.BETA1
  • Latest Alpha: 3.2.0.ALPHA4

All Versions

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

Version Vulnerabilities Updated
3.2.x
netty-3.2.10.Final
2 vulnerabilities
netty-3.2.9.Final
2 vulnerabilities
netty-3.2.8.Final
2 vulnerabilities
netty-3.2.7.Final
2 vulnerabilities
netty-3.2.6.Final
2 vulnerabilities
netty-3.2.5.Final
2 vulnerabilities
netty-3.2.4.Final
2 vulnerabilities
netty-3.2.3.Final
2 vulnerabilities
netty-3.2.2.Final
2 vulnerabilities
netty-3.2.1.Final
2 vulnerabilities
netty-3.2.0.Final
2 vulnerabilities
netty-3.2.0.CR1
2 vulnerabilities
netty-3.2.0.BETA1
2 vulnerabilities
netty-3.2.0.ALPHA4
2 vulnerabilities
netty-3.2.0.ALPHA3
2 vulnerabilities
netty-3.2.0.ALPHA2
2 vulnerabilities
netty-3.2.0.ALPHA1
2 vulnerabilities
3.1.x
netty-3.1.5.GA
2 vulnerabilities
netty-3.1.4.GA
2 vulnerabilities
netty-3.1.3.GA
2 vulnerabilities
netty-3.1.2.GA
2 vulnerabilities
netty-3.1.1.GA
2 vulnerabilities
netty-3.1.0.GA
2 vulnerabilities
netty-3.1.0.ALPHA1
2 vulnerabilities
netty-3.1.0.ALPHA2
2 vulnerabilities
netty-3.1.0.ALPHA3
2 vulnerabilities
netty-3.1.0.ALPHA4
2 vulnerabilities
netty-3.1.0.BETA1
2 vulnerabilities
netty-3.1.0.BETA2
2 vulnerabilities
netty-3.1.0.BETA3
2 vulnerabilities
netty-3.1.0.CR1
2 vulnerabilities
3.0.x
netty-3.0.2.GA
2 vulnerabilities
netty-3.0.1.GA
2 vulnerabilities
netty-3.0.0.CR1
2 vulnerabilities
netty-3.0.0.CR2
2 vulnerabilities
netty-3.0.0.CR3
2 vulnerabilities
netty-3.0.0.CR4
2 vulnerabilities
netty-3.0.0.CR5
2 vulnerabilities
netty-3.0.0.GA
2 vulnerabilities

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jboss.netty</groupId>
    <artifactId>netty</artifactId>
    <version>3.2.10.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jboss.netty:netty:3.2.10.Final'

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

implementation("org.jboss.netty:netty:3.2.10.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jboss.netty" % "netty" % "3.2.10.Final"

Advertisement

Dependencies from Group

Nov 28, 2013
329 usages
32.7k stars

Discover Dependencies

Feb 23, 2011
577 usages
Jul 25, 2014
84 stars
Apr 26, 2011
156 usages
Jun 25, 2012
1 stars
Sep 20, 2014
7 usages
43 stars
Jul 29, 2013
68 usages
7.1k stars
Jul 27, 2023
950 usages
690 stars
Nov 24, 2022
256 usages
4.7k stars
Dec 04, 2019
5 usages
Apr 28, 2023
21 usages
987 stars