文件下载
文件名 操作
annotation-3.4.7.jar 下载
annotation-3.4.7.pom 下载
annotation-3.4.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.growingio.android</groupId>
  <artifactId>annotation</artifactId>
  <version>3.4.7</version>
</dependency>
Gradle Groovy
implementation 'com.growingio.android:annotation:3.4.7'
Gradle Kotlin
implementation("com.growingio.android:annotation:3.4.7")
Scala SBT
libraryDependencies += "com.growingio.android" % "annotation" % "3.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.growingio.android', module='annotation', version='3.4.7')
)
Apache Ivy
<dependency org="com.growingio.android" name="annotation" rev="3.4.7" />
Leiningen
[com.growingio.android/annotation "3.4.7"]
Apache Buildr
'com.growingio.android:annotation:jar:3.4.7'
本项目依赖
该项目无第三方依赖