| License |
License |
|---|---|
| GroupId | GroupIdcom.google.android |
| ArtifactId | ArtifactIdannotations |
| Last Version | Last Version4.1.1.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGoogle Android Annotations Library
A library jar that provides annotations for the Google Android Platform.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| annotations-4.1.1.4.pom | |
| annotations-4.1.1.4.jar | 3 KB |
| annotations-4.1.1.4-sources.jar | 2 KB |
| annotations-4.1.1.4-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.android/annotations/ -->
<dependency>
<groupId>com.google.android</groupId>
<artifactId>annotations</artifactId>
<version>4.1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.android/annotations/
implementation 'com.google.android:annotations:4.1.1.4'
// https://jarcasting.com/artifacts/com.google.android/annotations/
implementation ("com.google.android:annotations:4.1.1.4")
'com.google.android:annotations:jar:4.1.1.4'
<dependency org="com.google.android" name="annotations" rev="4.1.1.4">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.android', module='annotations', version='4.1.1.4')
)
libraryDependencies += "com.google.android" % "annotations" % "4.1.1.4"
[com.google.android/annotations "4.1.1.4"]