MVN

com.citcon.sdk : mobile

Maven & Gradle

Mar 03, 2023
1 usages

mobile · Citcon mobile official Android SDK

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

Latest Version

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

  • Latest Stable: 2.5.8
  • Latest Beta: 2.5.4-beta
  • Latest Alpha: 1.0.2-alpha

All Versions

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

Version Vulnerabilities Updated
2.5.x
mobile-2.5.8
mobile-2.5.7
mobile-2.5.6
mobile-2.5.5
mobile-2.5.4
mobile-2.5.4-gamma
mobile-2.5.4-beta
mobile-2.5.3
mobile-2.5.2
mobile-2.5.1
2.4.x
mobile-2.4.1
mobile-2.4.1-alpha
2.2.x
mobile-2.2.0
1.0.x
mobile-1.0.2-alpha
mobile-1.0.2
mobile-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.citcon.sdk</groupId>
    <artifactId>mobile</artifactId>
    <version>2.5.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.citcon.sdk:mobile:2.5.8'

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

implementation("com.citcon.sdk:mobile:2.5.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.citcon.sdk" % "mobile" % "2.5.8"

Advertisement