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