MVN

com.eyeofcloud.ab : android-sdk-user-profile

Maven & Gradle

May 21, 2023

Eyeofcloud X Android SDK: User Profile · The Android SDK for Eyeofcloud Feature Experimentation, Eyeofcloud Full Stack (legacy), and Eyeofcloud Rollouts

<dependency>
    <groupId>com.eyeofcloud.ab</groupId>
    <artifactId>android-sdk-user-profile</artifactId>
    <version>3.13.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eyeofcloud.ab : android-sdk-user-profile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.13.4

All Versions

Choose a version of com.eyeofcloud.ab : android-sdk-user-profile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.13.x
android-sdk-user-profile-3.13.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.eyeofcloud.ab</groupId>
    <artifactId>android-sdk-user-profile</artifactId>
    <version>3.13.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eyeofcloud.ab : android-sdk-user-profile gradle dependency to your build.gradle file:

implementation 'com.eyeofcloud.ab:android-sdk-user-profile:3.13.4'

Gradle Kotlin DSL: Add the following com.eyeofcloud.ab : android-sdk-user-profile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eyeofcloud.ab:android-sdk-user-profile:3.13.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eyeofcloud.ab : android-sdk-user-profile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eyeofcloud.ab" % "android-sdk-user-profile" % "3.13.4"