MVN

com.growingio : growing-tracking

Maven & Gradle

Mar 17, 2017

growing-tracking · growingio point-buery sdk library.

<dependency>
    <groupId>com.growingio</groupId>
    <artifactId>growing-tracking</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.growingio : growing-tracking to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.growingio : growing-tracking to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
growing-tracking-0.0.7

How to add a dependency to Maven

Add the following com.growingio : growing-tracking maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.growingio</groupId>
    <artifactId>growing-tracking</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.growingio : growing-tracking gradle dependency to your build.gradle file:

implementation 'com.growingio:growing-tracking:0.0.7'

Gradle Kotlin DSL: Add the following com.growingio : growing-tracking gradle kotlin dependency to your build.gradle.kts file:

implementation("com.growingio:growing-tracking:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.growingio : growing-tracking sbt scala dependency to your build.sbt file:

libraryDependencies += "com.growingio" % "growing-tracking" % "0.0.7"