is not current version
Last Version 2.7.1

com.googlecode.androidannotations:androidannotations-api 2.7

The API jar containing the annotations and the runtime helpers

GroupId

GroupId

com.googlecode.androidannotations
ArtifactId

ArtifactId

androidannotations-api
Version

Version

2.7
Type

Type

jar

Download androidannotations-api 2.7


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