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.1.2.jar 下载
annotations-25.1.2.pom 下载
annotations-25.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.android.tools</groupId>
  <artifactId>annotations</artifactId>
  <version>25.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.android.tools:annotations:25.1.2'
Gradle Kotlin
implementation("com.android.tools:annotations:25.1.2")
Scala SBT
libraryDependencies += "com.android.tools" % "annotations" % "25.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.android.tools', module='annotations', version='25.1.2')
)
Apache Ivy
<dependency org="com.android.tools" name="annotations" rev="25.1.2" />
Leiningen
[com.android.tools/annotations "25.1.2"]
Apache Buildr
'com.android.tools:annotations:jar:25.1.2'
本项目依赖
该项目无第三方依赖