MVN

io.branch.segment.analytics.android.integrations : library

Maven & Gradle

Feb 05, 2020
2 stars

Branch Integration · Branch Integration for Segment Android Analytics

<dependency>
    <groupId>io.branch.segment.analytics.android.integrations</groupId>
    <artifactId>library</artifactId>
    <version>1.2.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.branch.segment.analytics.android.integrations : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0-RELEASE

All Versions

Choose a version of io.branch.segment.analytics.android.integrations : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
library-1.2.0-RELEASE
1.1.x
library-1.1.2-RELEASE
library-1.1.1-RELEASE
library-1.1.0-RELEASE
1.0.x
library-1.0.5-RELEASE
library-1.0.4-RELEASE
library-1.0.3-RELEASE
library-1.0.0-RELEASE

How to add a dependency to Maven

Add the following io.branch.segment.analytics.android.integrations : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.branch.segment.analytics.android.integrations</groupId>
    <artifactId>library</artifactId>
    <version>1.2.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.branch.segment.analytics.android.integrations : library gradle dependency to your build.gradle file:

implementation 'io.branch.segment.analytics.android.integrations:library:1.2.0-RELEASE'

Gradle Kotlin DSL: Add the following io.branch.segment.analytics.android.integrations : library gradle kotlin dependency to your build.gradle.kts file:

implementation("io.branch.segment.analytics.android.integrations:library:1.2.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.branch.segment.analytics.android.integrations : library sbt scala dependency to your build.sbt file:

libraryDependencies += "io.branch.segment.analytics.android.integrations" % "library" % "1.2.0-RELEASE"

Advertisement