MVN

com.segment.analytics.android.integrations : mixpanel

Maven & Gradle

Sep 30, 2022
4 stars

Mixpanel Integration · Mixpanel Integration for Segment Android Analytics

<dependency>
    <groupId>com.segment.analytics.android.integrations</groupId>
    <artifactId>mixpanel</artifactId>
    <version>3.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.segment.analytics.android.integrations : mixpanel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.3

All Versions

Choose a version of com.segment.analytics.android.integrations : mixpanel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
mixpanel-3.2.3
mixpanel-3.2.2
2.3.x
mixpanel-2.3.2
mixpanel-2.3.0
2.2.x
mixpanel-2.2.0
2.1.x
mixpanel-2.1.1
mixpanel-2.1.0
2.0.x
mixpanel-2.0.0
1.1.x
mixpanel-1.1.0
1.0.x
mixpanel-1.0.7
mixpanel-1.0.6
mixpanel-1.0.5
mixpanel-1.0.4
mixpanel-1.0.3
mixpanel-1.0.2
mixpanel-1.0.1
mixpanel-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.segment.analytics.android.integrations</groupId>
    <artifactId>mixpanel</artifactId>
    <version>3.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.segment.analytics.android.integrations : mixpanel gradle dependency to your build.gradle file:

implementation 'com.segment.analytics.android.integrations:mixpanel:3.2.3'

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

implementation("com.segment.analytics.android.integrations:mixpanel:3.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.segment.analytics.android.integrations : mixpanel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.segment.analytics.android.integrations" % "mixpanel" % "3.2.3"

Advertisement