1 Star 0 Fork 17

jaciyu / cmm

forked from 隐心 / cmm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
隐心 提交于 2017-12-16 21:51 . no commit message
<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.yinsin</groupId>
<artifactId>YsCommun</artifactId>
<version>1.0</version>
<packaging>jar</packaging>
<name>YsCommun</name>
<repositories>
<repository>
<id>repo1.maven</id>
<name>repo1.maven</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.yinsin</groupId>
<artifactId>YsDevKit</artifactId>
<version>1.12</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.31</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/jaciyu/cmm.git
git@gitee.com:jaciyu/cmm.git
jaciyu
cmm
cmm
master

搜索帮助