License |
License |
---|---|
GroupId | GroupIdcom.android.tools |
ArtifactId | ArtifactIdannotations |
Last Version | Last Version25.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.android.tools.annotations
annotations used throughout the Android tools libraries.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-25.3.0.pom | |
annotations-25.3.0.jar | 7 KB |
annotations-25.3.0-sources.jar | 5 KB |
annotations-25.3.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.android.tools/annotations/ -->
<dependency>
<groupId>com.android.tools</groupId>
<artifactId>annotations</artifactId>
<version>25.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.tools/annotations/
implementation 'com.android.tools:annotations:25.3.0'
// https://jarcasting.com/artifacts/com.android.tools/annotations/
implementation ("com.android.tools:annotations:25.3.0")
'com.android.tools:annotations:jar:25.3.0'
<dependency org="com.android.tools" name="annotations" rev="25.3.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.tools', module='annotations', version='25.3.0')
)
libraryDependencies += "com.android.tools" % "annotations" % "25.3.0"
[com.android.tools/annotations "25.3.0"]