Downloads
Netty is distributed under Apache License, v2.0. Please see the enÂclosed NOTICE.txt for more information.
- netty-5.0.0.Alpha5.tar.gz ‐ 28-Sep-2022 (Development)
- netty-4.2.0.Beta1.tar.gz ‐ 04-Nov-2024 (Development)
- netty-4.1.115.Final.tar.gz ‐ 12-Nov-2024 (Stable, Recommended)
- netty-4.0.56.Final.tar.gz ‐ 05-Feb-2018 (EOL)
- netty-3.10.6.Final.tar.gz ‐ 29-Jun-2016 (EOL)
Changelogs and road map are available in our issue tracker.
Dependencies
Please note that Netty has no mandatory external dependencies. JDK 1.6 for Netty 4+ or above and JDK 11 for Netty 5 is all that you need to run Netty.
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-all</artifactId> <!-- Use 'netty5-all' for 5.0 <version>X.Y.Z.Q</version> <scope>compile</scope> </dependency> ... </dependencies>
Previous releases
All previous releases can be downloaded from here.
Nightly builds
Nightly builds can be found at our CI server. You can also pull the latest snapshots from our Maven snapshot repository.