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 Updated
  • mobile-2.5.8

    Mar 03, 2023
  • mobile-2.5.7

    Jan 04, 2023
  • mobile-2.5.6

    Dec 14, 2022
  • mobile-2.5.5

    Nov 12, 2022
  • mobile-2.5.4

    Jul 21, 2022
  • mobile-2.5.4-gamma

    Jun 20, 2022
  • mobile-2.5.4-beta

    Jun 09, 2022
  • mobile-1.0.2-alpha

    Apr 12, 2022
  • mobile-2.5.3

    Apr 02, 2022
  • mobile-2.5.2

    Feb 28, 2022
  • mobile-2.5.1

    Jan 17, 2022
  • mobile-2.4.1

    Nov 22, 2021
  • mobile-2.4.1-alpha

    Nov 16, 2021
  • mobile-2.2.0

    Nov 02, 2021
  • mobile-1.0.2

    Oct 28, 2021
  • mobile-1.0.1

    Oct 28, 2021

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"