3.3K Star 9.9K Fork 4.5K

iBase4J / iBase4J

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 788 Bytes
一键复制 编辑 原始数据 按行查看 历史
A圣翔 提交于 2017-02-17 15:54 . 统一DUBBO服务接口
<?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>
<artifactId>iBase4J-SYS-Facade</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.ibase4j</groupId>
<artifactId>iBase4J</artifactId>
<version>1.1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.ibase4j</groupId>
<artifactId>iBase4J-Common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/iBase4J/iBase4J.git
git@gitee.com:iBase4J/iBase4J.git
iBase4J
iBase4J
iBase4J
c4bb427aaddfa8a3c2051d0d50a91fe3888ea3f4

搜索帮助