You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: downloads.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -289,12 +289,12 @@ <h1>
289
289
</ul>
290
290
<p><ahref="https://github.com/netty/netty/milestones?state=closed">Changelogs</a> and <ahref="https://github.com/netty/netty/milestones?state=open">road map</a> are available in our issue tracker.</p>
291
291
<h3>Dependencies</h3>
292
-
<p>Please note that Netty has <em>no mandatory external dependencies</em>. JDK 1.5 (1.6 for Netty 4+) or above is all that you need to run Netty.</p>
292
+
<p>Please note that Netty has <em>no mandatory external dependencies</em>. JDK 1.6 for Netty 4+ or above and JDK 11 for Netty 5 is all that you need to run Netty.</p>
293
293
<h3>Getting notified on a new release</h3>
294
294
<p>You can either subscribe to <ahref="../news/index.html">our official blog</a> or follow <ahref="https://twitter.com/netty_project">@netty_project</a> at Twitter.</p>
295
295
<h3>Downloading from the Maven central repository</h3>
296
296
<p>Add the following dependency section to your <tt>pom.xml</tt>:</p>
297
-
<preclass="brush:xml"><dependencies>
 ...
 <dependency>
 <groupId>io.netty</groupId>
 <artifactId>netty</artifactId> <!-- Use 'netty-all' for 4.0 or above -->
 <version>X.Y.Z.Q</version>
 <scope>compile</scope>
 </dependency>
 ...
</dependencies>
</pre>
297
+
<preclass="brush: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>
</pre>
298
298
<h3>Previous releases</h3>
299
299
<p>All previous releases can be downloaded from <ahref="https://bintray.com/netty/downloads/netty/">here</a>.</p>
0 commit comments