| Группа | Группаcom.googlecode.androidannotations |
|---|---|
| Идентификатор | Идентификаторandroidannotations |
| Версия | Версия2.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| androidannotations-2.7.pom | |
| androidannotations-2.7.jar | 341 KB |
| androidannotations-2.7-sources.jar | 239 KB |
| androidannotations-2.7-javadoc.jar | 944 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/ -->
<dependency>
<groupId>com.googlecode.androidannotations</groupId>
<artifactId>androidannotations</artifactId>
<version>2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/
implementation 'com.googlecode.androidannotations:androidannotations:2.7'
// https://jarcasting.com/artifacts/com.googlecode.androidannotations/androidannotations/
implementation ("com.googlecode.androidannotations:androidannotations:2.7")
'com.googlecode.androidannotations:androidannotations:jar:2.7'
<dependency org="com.googlecode.androidannotations" name="androidannotations" rev="2.7">
<artifact name="androidannotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.androidannotations', module='androidannotations', version='2.7')
)
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations" % "2.7"
[com.googlecode.androidannotations/androidannotations "2.7"]