MVN

com.growingio.android : compiler

Maven & Gradle

Aug 16, 2023
73 stars

GrowingIO Annotation processor · GrowingIO Android SDK Annotation Processor.

<dependency>
    <groupId>com.growingio.android</groupId>
    <artifactId>compiler</artifactId>
    <version>3.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.5.1

All Versions

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

Version Vulnerabilities Updated
3.5.x
compiler-3.5.1
compiler-3.5.0
3.4.x
compiler-3.4.7
compiler-3.4.6
compiler-3.4.5
compiler-3.4.4
compiler-3.4.3
compiler-3.4.2
compiler-3.4.1
compiler-3.4.0
3.3.x
compiler-3.3.8
compiler-3.3.7
compiler-3.3.6
compiler-3.3.5
compiler-3.3.4
compiler-3.3.3
compiler-3.3.2
compiler-3.3.1
compiler-3.3.0
3.2.x
compiler-3.2.2
compiler-3.2.1
compiler-3.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.growingio.android</groupId>
    <artifactId>compiler</artifactId>
    <version>3.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.growingio.android : compiler gradle dependency to your build.gradle file:

implementation 'com.growingio.android:compiler:3.5.1'

Gradle Kotlin DSL: Add the following com.growingio.android : compiler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.growingio.android:compiler:3.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.growingio.android : compiler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.growingio.android" % "compiler" % "3.5.1"

Advertisement