Jar examples for a:androidannotations
Simplifying Android using annotations and annotation processing tools
You can download jar file androidannotations 2.7.1 in this page.
Apache License
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'
Click the following link to download the jar file.
androidannotations-2.7.1-javadoc.jar