is not current version
Last Version 4.8.0

org.androidannotations:androidannotations 3.3.2

The Annotation Processor jar that generates code

GroupId

GroupId

org.androidannotations
ArtifactId

ArtifactId

androidannotations
Version

Version

3.3.2
Type

Type

jar

Download androidannotations 3.3.2


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