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