本项目解决使用旧版SDK的商户迁移新版SDK,新商户对接请使用 yop-java-sdk。 如果是新对接的商户请勿使用本jar。
Building the API client library requires:
- Java 1.8+
- Maven/Gradle
To install the API client library to your local Maven repository, simply execute:
mvn clean install
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn clean deploy
Add this dependency to your project's POM:
<dependency>
<groupId>com.yeepay.yop.sdk</groupId>
<artifactId>yop-java-bridge-sdk</artifactId>
<version>4.1.12</version>
<scope>compile</scope>
</dependency>
Add this dependency to your project's build file:
compile "com.yeepay.yop.sdk:yop-java-bridge-sdk:4.1.12"