is not current version
Last Version 2.7.1

com.googlecode.androidannotations:androidannotations-bundle 2.7

Project generating the standalone AndroidAnnotations Zip

GroupId

GroupId

com.googlecode.androidannotations
ArtifactId

ArtifactId

androidannotations-bundle
Version

Version

2.7
Type

Type

pom

Download androidannotations-bundle 2.7


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