a

annotations

annotations used throughout the Android tools libraries.
http://tools.android.com/
The Apache Software License, Version 2.0
The Android Open Source Project
文件下载
文件名 操作
annotations-25.3.0.jar 下载
annotations-25.3.0.pom 下载
annotations-25.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.android.tools</groupId>
  <artifactId>annotations</artifactId>
  <version>25.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.android.tools:annotations:25.3.0'
Gradle Kotlin
implementation("com.android.tools:annotations:25.3.0")
Scala SBT
libraryDependencies += "com.android.tools" % "annotations" % "25.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.android.tools', module='annotations', version='25.3.0')
)
Apache Ivy
<dependency org="com.android.tools" name="annotations" rev="25.3.0" />
Leiningen
[com.android.tools/annotations "25.3.0"]
Apache Buildr
'com.android.tools:annotations:jar:25.3.0'
本项目依赖
该项目无第三方依赖