MVN

com.citcon.sdk : unionpay

Maven & Gradle

Dec 14, 2022
1 usages
0 stars

unionpay · Citcon mobile official Android SDK

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

Latest Version

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

  • Latest Stable: 3.4.0

All Versions

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

Version Vulnerabilities Updated
3.4.x
unionpay-3.4.0
3.3.x
unionpay-3.3.0
1.0.x
unionpay-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.citcon.sdk</groupId>
    <artifactId>unionpay</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.citcon.sdk:unionpay:3.4.0'

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

implementation("com.citcon.sdk:unionpay:3.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.citcon.sdk" % "unionpay" % "3.4.0"

Advertisement