Skip to content

Commit 4a837d8

Browse files
Deploy site '2e52b7e0' on 2022-03-17 10:08:35
1 parent 2e52b7e commit 4a837d8

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

downloads.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ <h1>
289289
</ul>
290290
<p><a href="https://github.com/netty/netty/milestones?state=closed">Changelogs</a> and <a href="https://github.com/netty/netty/milestones?state=open">road map</a> are available in our issue tracker.</p>
291291
<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>
293293
<h3>Getting notified on a new release</h3>
294294
<p>You can either subscribe to <a href="../news/index.html">our official blog</a> or follow <a href="https://twitter.com/netty_project">@netty_project</a> at Twitter.</p>
295295
<h3>Downloading from the Maven central repository</h3>
296296
<p>Add the following dependency section to your <tt>pom.xml</tt>:</p>
297-
<pre class="brush:xml">&lt;dependencies&gt;&#x000A; ...&#x000A; &lt;dependency&gt;&#x000A; &lt;groupId&gt;io.netty&lt;/groupId&gt;&#x000A; &lt;artifactId&gt;netty&lt;/artifactId&gt; &lt;!-- Use &#39;netty-all&#39; for 4.0 or above --&gt;&#x000A; &lt;version&gt;X.Y.Z.Q&lt;/version&gt;&#x000A; &lt;scope&gt;compile&lt;/scope&gt;&#x000A; &lt;/dependency&gt;&#x000A; ...&#x000A;&lt;/dependencies&gt;&#x000A;</pre>
297+
<pre class="brush:xml">&lt;dependencies&gt;&#x000A; ...&#x000A; &lt;dependency&gt;&#x000A; &lt;groupId&gt;io.netty&lt;/groupId&gt;&#x000A; &lt;artifactId&gt;netty-all&lt;/artifactId&gt; &lt;!-- Use &#39;netty5-all&#39; for 5.0&#x000A; &lt;version&gt;X.Y.Z.Q&lt;/version&gt;&#x000A; &lt;scope&gt;compile&lt;/scope&gt;&#x000A; &lt;/dependency&gt;&#x000A; ...&#x000A;&lt;/dependencies&gt;&#x000A;</pre>
298298
<h3>Previous releases</h3>
299299
<p>All previous releases can be downloaded from <a href="https://bintray.com/netty/downloads/netty/">here</a>.</p>
300300
<h3>Nightly builds</h3>

0 commit comments

Comments
 (0)