Netty 根據(jù) Apache許可證v2.0 分發(fā)。有關(guān)更多信息,請參見附件NOTICE.txt
。
Netty沒有強(qiáng)制性的外部依賴關(guān)系。運(yùn)行 Netty 只需 JDK 1.5
(Netty 4+,則需要 JDK 1.6
)或更高版本。
將以下依賴項(xiàng)部分添加到 pom.xml
中:
<dependencies>
...
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId> <!-- 4.0 或更高版本請使用 'netty-all' -->
<version>X.Y.Z.Q</version>
<scope>compile</scope>
</dependency>
...
</dependencies>
更多建議: