MVN

com.android.tools : annotations

Maven & Gradle

Mar 07, 2017
13 usages

com.android.tools.annotations · annotations used throughout the Android tools libraries.

<dependency>
    <groupId>com.android.tools</groupId>
    <artifactId>annotations</artifactId>
    <version>25.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.android.tools : annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 25.3.0
  • Latest Release Candidate: 24.1.0-rc3
  • Latest Beta: 24.2.0-beta2

All Versions

Choose a version of com.android.tools : annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
25.3.x
annotations-25.3.0
25.2.x
annotations-25.2.0
25.1.x
annotations-25.1.3
annotations-25.1.2
annotations-25.1.0
25.0.x
annotations-25.0.0
24.5.x
annotations-24.5.0
24.3.x
annotations-24.3.1
annotations-24.3.0
24.2.x
annotations-24.2.3
annotations-24.2.2
annotations-24.2.1
annotations-24.2.0
annotations-24.2.0-beta2
annotations-24.2.0-beta1
24.1.x
annotations-24.1.3
annotations-24.1.2
annotations-24.1.1
annotations-24.1.0
annotations-24.1.0-rc3
annotations-24.1.0-rc2
annotations-24.1.0-rc1

How to add a dependency to Maven

Add the following com.android.tools : annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.android.tools</groupId>
    <artifactId>annotations</artifactId>
    <version>25.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.android.tools : annotations gradle dependency to your build.gradle file:

implementation 'com.android.tools:annotations:25.3.0'

Gradle Kotlin DSL: Add the following com.android.tools : annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.android.tools:annotations:25.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.android.tools : annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.android.tools" % "annotations" % "25.3.0"

Advertisement