MVN

com.github.liujiebang : pay

Maven & Gradle

Sep 25, 2019
5 stars

pay · 支付宝,微信支付和授权

<dependency>
    <groupId>com.github.liujiebang</groupId>
    <artifactId>pay</artifactId>
    <version>1.5.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.9

All Versions

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

Version Vulnerabilities Updated
1.7.x
pay-1.7.0
1.5.x
pay-1.5.9
pay-1.5.8
pay-1.5.7
pay-1.5.6
pay-1.5.4
pay-1.5.3
pay-1.5.2
pay-1.5.1
pay-1.5.0
1.4.x
pay-1.4.9
pay-1.4.8
pay-1.4.7
pay-1.4.6
pay-1.4.5
pay-1.4.4
pay-1.4.3
pay-1.4.2
pay-1.4.1
pay-1.4.0
1.3.x
pay-1.3.9
pay-1.3.8
pay-1.3.7
pay-1.3.6
pay-1.3.5
pay-1.3.4
pay-1.3.3
pay-1.3.2
pay-1.3.1
pay-1.3.0
1.2.x
pay-1.2.9
pay-1.2.8
pay-1.2.7
pay-1.2.6
pay-1.2.5
pay-1.2.4
pay-1.2.3
pay-1.2.2
pay-1.2.1
pay-1.2.0
1.1.x
pay-1.1.3
pay-1.1.2
pay-1.1.1
pay-1.1.0
1.0.x
pay-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.liujiebang</groupId>
    <artifactId>pay</artifactId>
    <version>1.5.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.liujiebang : pay gradle dependency to your build.gradle file:

implementation 'com.github.liujiebang:pay:1.5.9'

Gradle Kotlin DSL: Add the following com.github.liujiebang : pay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.liujiebang:pay:1.5.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.liujiebang : pay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.liujiebang" % "pay" % "1.5.9"