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