MVN

com.appsflyer : segment-android-integration-beta

Maven & Gradle

Aug 22, 2023

AppsFlyer Integration · AppsFlyer Integration for Segment Android Analytics

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>segment-android-integration-beta</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.appsflyer : segment-android-integration-beta to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13
  • Latest Release Candidate: 6.12.2-rc1

All Versions

Choose a version of com.appsflyer : segment-android-integration-beta to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.12.x
segment-android-integration-beta-6.12.2-rc1
6.10.x
segment-android-integration-beta-6.10.3-rc1
1.13
segment-android-integration-beta-1.13

How to add a dependency to Maven

Add the following com.appsflyer : segment-android-integration-beta maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.appsflyer</groupId>
    <artifactId>segment-android-integration-beta</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.appsflyer : segment-android-integration-beta gradle dependency to your build.gradle file:

implementation 'com.appsflyer:segment-android-integration-beta:1.13'

Gradle Kotlin DSL: Add the following com.appsflyer : segment-android-integration-beta gradle kotlin dependency to your build.gradle.kts file:

implementation("com.appsflyer:segment-android-integration-beta:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.appsflyer : segment-android-integration-beta sbt scala dependency to your build.sbt file:

libraryDependencies += "com.appsflyer" % "segment-android-integration-beta" % "1.13"

Advertisement