MVN

com.zoeyun : tg-sdk-pay

Maven & Gradle

Oct 14, 2022
1 stars

通莞金服聚合支付SDK

<dependency>
    <groupId>com.zoeyun</groupId>
    <artifactId>tg-sdk-pay</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zoeyun : tg-sdk-pay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.zoeyun : tg-sdk-pay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tg-sdk-pay-1.0.4
tg-sdk-pay-1.0.3
tg-sdk-pay-1.0.2
tg-sdk-pay-1.0.1

How to add a dependency to Maven

Add the following com.zoeyun : tg-sdk-pay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zoeyun</groupId>
    <artifactId>tg-sdk-pay</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zoeyun : tg-sdk-pay gradle dependency to your build.gradle file:

implementation 'com.zoeyun:tg-sdk-pay:1.0.4'

Gradle Kotlin DSL: Add the following com.zoeyun : tg-sdk-pay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zoeyun:tg-sdk-pay:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zoeyun : tg-sdk-pay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zoeyun" % "tg-sdk-pay" % "1.0.4"