MVN

com.segmentify.sdk : android

Maven & Gradle

Apr 14, 2023
3 stars

Segmentify Android SDK · Segmentify SDK for sending events and rendering recommendations for android based devices

<dependency>
    <groupId>com.segmentify.sdk</groupId>
    <artifactId>android</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.8
  • Latest Beta: 2.1.7-beta

All Versions

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

Version Vulnerabilities Updated
2.1.x
android-2.1.8
android-2.1.7
android-2.1.7-beta
android-2.1.6
android-2.1.5
android-2.1.4
android-2.1.3
android-2.1.2
android-2.1.1
android-2.1.0
2.0.x
android-2.0.0
1.0.x
android-1.0.14
android-1.0.13
android-1.0.12
android-1.0.11
android-1.0.10
android-1.0.9
android-1.0.8
android-1.0.7
android-1.0.6
android-1.0.5
android-1.0.4
android-1.0.3
android-1.0.2
android-1.0.1
android-1.0.0
SNAPSHOT
android-SNAPSHOT-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.segmentify.sdk</groupId>
    <artifactId>android</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.segmentify.sdk:android:2.1.8'

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

implementation("com.segmentify.sdk:android:2.1.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.segmentify.sdk" % "android" % "2.1.8"

Advertisement