is not current version
Last Version 25.3.0

com.android.tools:annotations 24.5.0

annotations used throughout the Android tools libraries.

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

annotations
Version

Version

24.5.0
Type

Type

jar

Download annotations 24.5.0


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