# yop-java-bridge-sdk **Repository Path**: yop-platform/yop-java-bridge-sdk ## Basic Information - **Project Name**: yop-java-bridge-sdk - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yop-java-bridge-sdk ## Usage 本项目解决使用旧版SDK的商户迁移新版SDK,新商户对接请使用 yop-java-sdk。 如果是新对接的商户请勿使用本jar。 ## Requirements Building the API client library requires: 1. Java 1.8+ 2. Maven/Gradle ## Installation To install the API client library to your local Maven repository, simply execute: ```shell mvn clean install ``` To deploy it to a remote Maven repository instead, configure the settings of the repository and execute: ```shell mvn clean deploy ``` ### Maven users Add this dependency to your project's POM: ```xml com.yeepay.yop.sdk yop-java-bridge-sdk 4.1.12 compile ``` ### Gradle users Add this dependency to your project's build file: ```groovy compile "com.yeepay.yop.sdk:yop-java-bridge-sdk:4.1.12" ```