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