MVN

com.appboy : appboy-segment-integration

Maven & Gradle

Oct 23, 2020
7 stars

Appboy Integration · Appboy Integration for Segment Android Analytics

<dependency>
    <groupId>com.appboy</groupId>
    <artifactId>appboy-segment-integration</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.0.0

All Versions

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

Version Vulnerabilities Updated
7.0.x
appboy-segment-integration-7.0.0
6.0.x
appboy-segment-integration-6.0.0
5.0.x
appboy-segment-integration-5.0.0
4.0.x
appboy-segment-integration-4.0.0
3.0.x
appboy-segment-integration-3.0.0
2.5.x
appboy-segment-integration-2.5.2
appboy-segment-integration-2.5.1
appboy-segment-integration-2.5.0
2.4.x
appboy-segment-integration-2.4.1
appboy-segment-integration-2.4.0
2.3.x
appboy-segment-integration-2.3.0
2.2.x
appboy-segment-integration-2.2.0
2.1.x
appboy-segment-integration-2.1.2
appboy-segment-integration-2.1.1
appboy-segment-integration-2.1.0
2.0.x
appboy-segment-integration-2.0.2
appboy-segment-integration-2.0.1
appboy-segment-integration-2.0.0
1.1.x
appboy-segment-integration-1.1.0
1.0.x
appboy-segment-integration-1.0.1
appboy-segment-integration-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.appboy</groupId>
    <artifactId>appboy-segment-integration</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.appboy:appboy-segment-integration:7.0.0'

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

implementation("com.appboy:appboy-segment-integration:7.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.appboy" % "appboy-segment-integration" % "7.0.0"

Advertisement