is not current version
Last Version 2.7.1

com.googlecode.androidannotations:androidannotations-parent 2.6

Simplifying Android using annotations and annotation processing tools

GroupId

GroupId

com.googlecode.androidannotations
ArtifactId

ArtifactId

androidannotations-parent
Version

Version

2.6
Type

Type

pom

Download androidannotations-parent 2.6


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