MVN

com.googlecode.androidannotations : androidannotations-parent

Maven & Gradle

Feb 28, 2013
11k stars

AndroidAnnotations Parent · Simplifying Android using annotations and annotation processing tools

<dependency>
    <groupId>com.googlecode.androidannotations</groupId>
    <artifactId>androidannotations-parent</artifactId>
    <version>2.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.androidannotations : androidannotations-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.7.1
  • Latest Release Candidate: 2.2-RC2

All Versions

Choose a version of com.googlecode.androidannotations : androidannotations-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
androidannotations-parent-2.7.1
2.7
androidannotations-parent-2.7
2.6
androidannotations-parent-2.6
2.5.x
androidannotations-parent-2.5.1
2.5
androidannotations-parent-2.5
2.4
androidannotations-parent-2.4
2.2
androidannotations-parent-2.2
androidannotations-parent-2.2-RC2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.androidannotations</groupId>
    <artifactId>androidannotations-parent</artifactId>
    <version>2.7.1</version>
</dependency>