is not current version
Last Version 25.3.0

com.android.tools:annotations 24.3.1

annotations used throughout the Android tools libraries.

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

annotations
Version

Version

24.3.1
Type

Type

jar

Download annotations 24.3.1


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