美文网首页
2018-08-10 Netty:4.x

2018-08-10 Netty:4.x

作者: 阿群1986 | 来源:发表于2018-08-10 16:12 被阅读38次

Netty 稳定版本 4.0.56.Final和4.1.28.Final

https://mvnrepository.com/artifact/io.netty/netty-buffer
compile group: 'io.netty', name: 'netty-buffer', version: '4.1.28.Final'

dependencies {
    compile 'io.netty:netty-all:4.0.56.Final'
    // (4.1.28版本)
    // compile 'io.netty:netty-all:4.1.28.Final'
    // (5.0.0-Alpha2版本已停止开发, 请勿使用)
    // compile 'io.netty:netty-all:5.0.0.Alpha2'
}

相关文章

网友评论

      本文标题:2018-08-10 Netty:4.x

      本文链接:https://www.haomeiwen.com/subject/etkkbftx.html