is not current version
Last Version 4.8.0

org.androidannotations:androidannotations-parent 4.4.0

Simplifying Android using annotations and annotation processing tools

GroupId

GroupId

org.androidannotations
ArtifactId

ArtifactId

androidannotations-parent
Version

Version

4.4.0
Type

Type

pom

Download androidannotations-parent 4.4.0


<!-- https://jarcasting.com/artifacts/org.androidannotations/androidannotations-parent/ -->
<dependency>
    <groupId>org.androidannotations</groupId>
    <artifactId>androidannotations-parent</artifactId>
    <version>4.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.androidannotations/androidannotations-parent/
implementation 'org.androidannotations:androidannotations-parent:4.4.0'
// https://jarcasting.com/artifacts/org.androidannotations/androidannotations-parent/
implementation ("org.androidannotations:androidannotations-parent:4.4.0")
'org.androidannotations:androidannotations-parent:pom:4.4.0'
<dependency org="org.androidannotations" name="androidannotations-parent" rev="4.4.0">
  <artifact name="androidannotations-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.androidannotations', module='androidannotations-parent', version='4.4.0')
)
libraryDependencies += "org.androidannotations" % "androidannotations-parent" % "4.4.0"
[org.androidannotations/androidannotations-parent "4.4.0"]