is not current version
Last Version 25.3.0

com.android.tools:annotations 24.1.3

annotations used throughout the Android tools libraries.

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

annotations
Version

Version

24.1.3
Type

Type

jar

Download annotations 24.1.3


<!-- https://jarcasting.com/artifacts/com.android.tools/annotations/ -->
<dependency>
    <groupId>com.android.tools</groupId>
    <artifactId>annotations</artifactId>
    <version>24.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools/annotations/
implementation 'com.android.tools:annotations:24.1.3'
// https://jarcasting.com/artifacts/com.android.tools/annotations/
implementation ("com.android.tools:annotations:24.1.3")
'com.android.tools:annotations:jar:24.1.3'
<dependency org="com.android.tools" name="annotations" rev="24.1.3">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools', module='annotations', version='24.1.3')
)
libraryDependencies += "com.android.tools" % "annotations" % "24.1.3"
[com.android.tools/annotations "24.1.3"]