MVN

com.devcycle : android-client-sdk

Maven & Gradle

Aug 11, 2023
19 stars

DevCycle Android Client SDK · The DevCycle Android Client SDK uses our Client SDK APIs to perform all user segmentation and bucketing for the SDK, providing fast response times using our globally distributed edge workers all around the world.

<dependency>
    <groupId>com.devcycle</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.devcycle : android-client-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.devcycle : android-client-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
android-client-sdk-2.0.2
android-client-sdk-2.0.1
android-client-sdk-2.0.0
1.8.x
android-client-sdk-1.8.0
1.7.x
android-client-sdk-1.7.0
1.6.x
android-client-sdk-1.6.1
android-client-sdk-1.6.0
1.5.x
android-client-sdk-1.5.0
1.4.x
android-client-sdk-1.4.4
android-client-sdk-1.4.3
android-client-sdk-1.4.2
android-client-sdk-1.4.1
android-client-sdk-1.4.0
1.3.x
android-client-sdk-1.3.0
1.2.x
android-client-sdk-1.2.4
android-client-sdk-1.2.3
android-client-sdk-1.2.2
android-client-sdk-1.2.1
android-client-sdk-1.2.0
1.1.x
android-client-sdk-1.1.2
android-client-sdk-1.1.1
android-client-sdk-1.1.0
1.0.x
android-client-sdk-1.0.8
android-client-sdk-1.0.7
android-client-sdk-1.0.6
android-client-sdk-1.0.5
android-client-sdk-1.0.4
android-client-sdk-1.0.3
android-client-sdk-1.0.2
android-client-sdk-1.0.1
android-client-sdk-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.devcycle</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.devcycle : android-client-sdk gradle dependency to your build.gradle file:

implementation 'com.devcycle:android-client-sdk:2.0.2'

Gradle Kotlin DSL: Add the following com.devcycle : android-client-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.devcycle:android-client-sdk:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.devcycle : android-client-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.devcycle" % "android-client-sdk" % "2.0.2"