1 Star 0 Fork 31

ayibyb/ZTuoExchange_wallet_rpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 3.53 KB
一键复制 编辑 原始数据 按行查看 历史
Hevin 提交于 2020-08-07 08:05 . Initial commit
<?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.ztuo.bc.wallet</groupId>
<artifactId>wallet-rpc</artifactId>
<packaging>pom</packaging>
<version>1.2</version>
<modules>
<module>rpc-common</module>
<module>bitcoin</module>
<module>usdt</module>
<module>eth</module>
<module>erc-token</module>
<module>eth-support</module>
<module>act</module>
<module>ect</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project-version>1.2</project-version>
<commons-lang3.version>3.4</commons-lang3.version>
<spring-cloud.version>Edgware.RELEASE</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.31</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<version>1.5.9.RELEASE</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
<version>1.16.20</version>
</dependency>
<dependency>
<groupId>com.spark.bc</groupId>
<artifactId>bitcoin-rpc</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.ztuo.bc.wallet</groupId>
<artifactId>rpc-common</artifactId>
<version>${project-version}</version>
</dependency>
<dependency>
<groupId>com.ztuo.bc.wallet</groupId>
<artifactId>eth-support</artifactId>
<version>${project-version}</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
<artifactId>core</artifactId>
<version>3.3.1</version>
</dependency>
<dependency>
<groupId>com.mashape.unirest</groupId>
<artifactId>unirest-java</artifactId>
<version>1.4.9</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/aibyb/ZTuoExchange_wallet_rpc.git
git@gitee.com:aibyb/ZTuoExchange_wallet_rpc.git
aibyb
ZTuoExchange_wallet_rpc
ZTuoExchange_wallet_rpc
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385