Download androidannotations-2.7.1.jar file - Jar a

Jar examples for a:androidannotations

Description

Simplifying Android using annotations and annotation processing tools

You can download jar file androidannotations 2.7.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials