MVN

com.github.shijingsh : pay-java-baidu

Maven & Gradle

Feb 06, 2023
0 stars
<dependency>
    <groupId>com.github.shijingsh</groupId>
    <artifactId>pay-java-baidu</artifactId>
    <version>2.14.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shijingsh : pay-java-baidu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.4

All Versions

Choose a version of com.github.shijingsh : pay-java-baidu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14.x
pay-java-baidu-2.14.4
pay-java-baidu-2.14.3

How to add a dependency to Maven

Add the following com.github.shijingsh : pay-java-baidu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.shijingsh</groupId>
    <artifactId>pay-java-baidu</artifactId>
    <version>2.14.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shijingsh : pay-java-baidu gradle dependency to your build.gradle file:

implementation 'com.github.shijingsh:pay-java-baidu:2.14.4'

Gradle Kotlin DSL: Add the following com.github.shijingsh : pay-java-baidu gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shijingsh:pay-java-baidu:2.14.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shijingsh : pay-java-baidu sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shijingsh" % "pay-java-baidu" % "2.14.4"

Advertisement