1 Star 0 Fork 1.1K

viyjk99 / smart-socket

forked from smartboot / smart-socket 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
三刀(郑俊伟) 提交于 2020-06-01 08:46 . v1.4.12-SNAPSHOT
<?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">
<name>smart-socket</name>
<modelVersion>4.0.0</modelVersion>
<groupId>org.smartboot.socket</groupId>
<artifactId>smart-socket</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<parent>
<groupId>org.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>1.4.12-SNAPSHOT</version>
</parent>
<properties>
<commons.lang.version>2.6</commons.lang.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>smart-protocol-p2p</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commons.lang.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>smart-socket-parent</module>
<module>example</module>
</modules>
</project>
Java
1
https://gitee.com/david2lf/smart-socket.git
git@gitee.com:david2lf/smart-socket.git
david2lf
smart-socket
smart-socket
master

搜索帮助