| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.google.android |
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия4.1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGoogle Android Annotations Library
A library jar that provides annotations for the Google Android Platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]