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