Downloads
Netty is distributed under Apache License, v2.0. Please see the enclosed NOTICE.txt for more info.
- netty-3.4.5.Final-dist.tar.bz2 (Stable, 15-May-2012)
Changelogs and road map are available in our issue tracker.
Dependencies
Please note that Netty has no mandatory external dependencies. JDK 1.5 or above is all that you need to run Netty. However, the unstable releases might require a newer JDK version.
Getting notified on a new release
You can either subscribe to our official blog or follow @netty_project at Twitter.
Downloading from the Maven central repository
Add the following dependency section to your pom.xml:
<dependencies>
...
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>X.Y.Z.Q</version>
<scope>compile</scope>
</dependency>
...
</dependencies>
Previous releases
All previous releases can be downloaded from here.
