Download androidannotations-api-2.7.1.jar file - Jar a

Jar examples for a:androidannotations-api

Description

The API jar containing the annotations and the runtime helpers

You can download jar file androidannotations-api 2.7.1 in this page.

License

Apache License

Build File

You can use the following script to add androidannotations-api-2.7.1.jar to your project.

<dependency>
   <groupId>com.googlecode.androidannotations</groupId>
   <artifactId>androidannotations-api</artifactId>
   <version>2.7.1</version>
</dependency>
compile group: 'com.googlecode.androidannotations', name: 'androidannotations-api', version: '2.7.1'
libraryDependencies += "com.googlecode.androidannotations" % "androidannotations-api" % "2.7.1"
<dependency org="com.googlecode.androidannotations" name="androidannotations-api" rev="2.7.1"/>
@Grapes(@Grab(group='com.googlecode.androidannotations', module='androidannotations-api', version='2.7.1'))
'com.googlecode.androidannotations:androidannotations-api:jar:2.7.1'

Download

Click the following link to download the jar file.

androidannotations-api-2.7.1-javadoc.jar
androidannotations-api-2.7.1-sources.jar
androidannotations-api-2.7.1.jar
androidannotations-api-2.7.1.pom



Related Tutorials