a

annotations

A library jar that provides annotations for the Google Android Platform.
http://source.android.com/
Apache 2.0
The Android Open Source Projects
Files download
File Operation
annotations-4.1.1.4.jar download
annotations-4.1.1.4.pom download
annotations-4.1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.android</groupId>
  <artifactId>annotations</artifactId>
  <version>4.1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.android:annotations:4.1.1.4'
Gradle Kotlin
implementation("com.google.android:annotations:4.1.1.4")
Scala SBT
libraryDependencies += "com.google.android" % "annotations" % "4.1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.android', module='annotations', version='4.1.1.4')
)
Apache Ivy
<dependency org="com.google.android" name="annotations" rev="4.1.1.4" />
Leiningen
[com.google.android/annotations "4.1.1.4"]
Apache Buildr
'com.google.android:annotations:jar:4.1.1.4'