Downloads

Netty is dis­trib­uted un­der Apache Li­cense, v2.0. Please see the en­closed NOTICE.txt for more in­fo.

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.