2 Star 4 Fork 1

吃西瓜/Netty-Go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
刘备 提交于 2017-09-30 14:12 . 在Mac上使用KQueue与Nio
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.yitianyigexiangfa.netty.go</groupId>
<artifactId>netty-go</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>netty-demo-1</module>
<module>netty-demo-2</module>
<module>netty-protocol</module>
<module>netty-design-pattern</module>
<module>netty-build-in-handler</module>
<module>netty-thread</module>
<module>netty-performance-test</module>
</modules>
<properties>
<!--<netty.version>4.0.23.Final</netty.version>-->
<netty.version>4.1.14.Final</netty.version>
<netty-transport-native-kqueue.version>4.1.16.Final</netty-transport-native-kqueue.version>
<netty-transpoert-native-native-epool.version>5.0.0.Alpha2</netty-transpoert-native-native-epool.version>
<mac.classfier>linux-x86_64</mac.classfier>
<linux.classfier>osx-x86_64</linux.classfier>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-kqueue</artifactId>
<version>${netty-transport-native-kqueue.version}</version>
<classifier>osx-x86_64</classifier>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty-transpoert-native-native-epool.version}</version>
<classifier>linux-x86_64</classifier>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LiuBei/Netty-Go.git
[email protected]:LiuBei/Netty-Go.git
LiuBei
Netty-Go
Netty-Go
master

搜索帮助