1 Star 0 Fork 86

翎龙萱熙/J2Chain

forked from 红薯/J2Chain 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
Winter Lau 提交于 2018-03-30 00:28 +08:00 . demo as war
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<description> J2Chain - demo</description>
<parent>
<groupId>net.oschina.j2chain</groupId>
<artifactId>j2chain</artifactId>
<version>1.0</version>
</parent>
<artifactId>j2chain-demo</artifactId>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>net.oschina.j2chain</groupId>
<artifactId>j2chain-core</artifactId>
<version>${j2chain-version}</version>
</dependency>
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/zhouqinglong520/J2Chain.git
git@gitee.com:zhouqinglong520/J2Chain.git
zhouqinglong520
J2Chain
J2Chain
master

搜索帮助