AndroidAnnotations Parent

Simplifying Android using annotations and annotation processing tools

License

License

GroupId

GroupId

com.googlecode.androidannotations
ArtifactId

ArtifactId

androidannotations-parent
Last Version

Last Version

2.7.1
Release Date

Release Date

Type

Type

pom
Description

Description

AndroidAnnotations Parent
Simplifying Android using annotations and annotation processing tools
Project URL

Project URL

http://androidannotations.org
Source Code Management

Source Code Management

https://github.com/excilys/androidannotations

Download androidannotations-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • androidannotations
  • androidannotations-api
  • functional-test-1-5
  • functional-test-1-5-tests
  • androidannotations-with-codemodel
  • androidannotations-bundle

Fast Android Development. Easy maintenance.

Android Annotations Logo

AndroidAnnotations is an Open Source framework that speeds up Android development. It takes care of the plumbing, and lets you concentrate on what's really important. By simplifying your code, it facilitates its maintenance.

Documentation

Build Status Android Arsenal Gitter

com.googlecode.androidannotations

Excilys

Versions

Version
2.7.1
2.7
2.6
2.5.1
2.5
2.4
2.2
2.2-RC2