MVN

tech.toolpack : IJPay-WxPay

Maven & Gradle

Mar 20, 2024
5.2k stars

IJPay-WxPay · IJPay 让支付触手可及(Easy Pay Library)-微信支付

<dependency>
    <groupId>tech.toolpack</groupId>
    <artifactId>IJPay-WxPay</artifactId>
    <version>3.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.toolpack : IJPay-WxPay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.10

All Versions

Choose a version of tech.toolpack : IJPay-WxPay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
IJPay-WxPay-3.9.10

How to add a dependency to Maven

Add the following tech.toolpack : IJPay-WxPay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.toolpack</groupId>
    <artifactId>IJPay-WxPay</artifactId>
    <version>3.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.toolpack : IJPay-WxPay gradle dependency to your build.gradle file:

implementation 'tech.toolpack:IJPay-WxPay:3.9.10'

Gradle Kotlin DSL: Add the following tech.toolpack : IJPay-WxPay gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.toolpack:IJPay-WxPay:3.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.toolpack : IJPay-WxPay sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.toolpack" % "IJPay-WxPay" % "3.9.10"

Advertisement