MVN

com.github.vipcchua : fastpay

Maven & Gradle

Dec 27, 2019
7 stars

fastpay · This is a quick access tool that integrates AliPay and WeChat

<dependency>
    <groupId>com.github.vipcchua</groupId>
    <artifactId>fastpay</artifactId>
    <version>1.0.6.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.6.11
  • Latest Alpha: 1.0.3-alpha-4

All Versions

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

Version Vulnerabilities Updated
1.0.x
fastpay-1.0.6.11
fastpay-1.0.6.8
fastpay-1.0.6.7
fastpay-1.0.6.4
fastpay-1.0.6.2
fastpay-1.0.6.1
fastpay-1.0.6
fastpay-1.0.5
fastpay-1.0.5.2
fastpay-1.0.4.4
fastpay-1.0.4.3
fastpay-1.0.4.1
fastpay-1.0.4
fastpay-1.0.3.6
fastpay-1.0.3.5
fastpay-1.0.3.4
fastpay-1.0.3.3
fastpay-1.0.3.2
fastpay-1.0.3.1
fastpay-1.0.3-alpha-4
fastpay-1.0.3-alpha-3
fastpay-1.0.3-alpha-2
fastpay-1.0.3
fastpay-1.0.2
fastpay-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vipcchua</groupId>
    <artifactId>fastpay</artifactId>
    <version>1.0.6.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.vipcchua:fastpay:1.0.6.11'

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

implementation("com.github.vipcchua:fastpay:1.0.6.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.vipcchua" % "fastpay" % "1.0.6.11"