MVN

com.citcon.sdk : alipay

Maven & Gradle

Nov 02, 2021
1 usages

alipay · Citcon mobile official Android SDK

<dependency>
    <groupId>com.citcon.sdk</groupId>
    <artifactId>alipay</artifactId>
    <version>15.8.03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.citcon.sdk : alipay to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 15.8.03

All Versions

Choose a version of com.citcon.sdk : alipay to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
15.8.x
alipay-15.8.03
1.0.x
alipay-1.0.0

How to add a dependency to Maven

Add the following com.citcon.sdk : alipay maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.citcon.sdk</groupId>
    <artifactId>alipay</artifactId>
    <version>15.8.03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.citcon.sdk : alipay gradle dependency to your build.gradle file:

implementation 'com.citcon.sdk:alipay:15.8.03'

Gradle Kotlin DSL: Add the following com.citcon.sdk : alipay gradle kotlin dependency to your build.gradle.kts file:

implementation("com.citcon.sdk:alipay:15.8.03")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.citcon.sdk : alipay sbt scala dependency to your build.sbt file:

libraryDependencies += "com.citcon.sdk" % "alipay" % "15.8.03"

Advertisement