MVN

com.umeng : analytics

Maven & Gradle

Jan 26, 2018
7 stars

analytics · Umeng Analytics is the leading mobile app analytical platform in China.

<dependency>
    <groupId>com.umeng</groupId>
    <artifactId>analytics</artifactId>
    <version>analytics</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.umeng : analytics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: analytics

All Versions

Choose a version of com.umeng : analytics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
analytics-5.4.1
analytics
analytics-analytics
dplus
analytics-dplus
umeng
analytics-umeng-analytics

How to add a dependency to Maven

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

<dependency>
    <groupId>com.umeng</groupId>
    <artifactId>analytics</artifactId>
    <version>analytics</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.umeng : analytics gradle dependency to your build.gradle file:

implementation 'com.umeng:analytics:analytics'

Gradle Kotlin DSL: Add the following com.umeng : analytics gradle kotlin dependency to your build.gradle.kts file:

implementation("com.umeng:analytics:analytics")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.umeng : analytics sbt scala dependency to your build.sbt file:

libraryDependencies += "com.umeng" % "analytics" % "analytics"