is not current version
Last Version 25.3.0

com.android.tools:annotations 25.1.3

annotations used throughout the Android tools libraries.

GroupId

GroupId

com.android.tools
ArtifactId

ArtifactId

annotations
Version

Version

25.1.3
Type

Type

jar

Download annotations 25.1.3


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