is not current version
Last Version 3.3.2

org.androidannotations:androidannotations-bundle 3.2

Project generating the standalone AndroidAnnotations Zip

GroupId

GroupId

org.androidannotations
ArtifactId

ArtifactId

androidannotations-bundle
Version

Version

3.2
Type

Type

pom

Download androidannotations-bundle 3.2


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