AndroidAnnotations Parent

Simplifying Android using annotations and annotation processing tools

Лицензия

Лицензия

Группа

Группа

com.googlecode.androidannotations
Идентификатор

Идентификатор

androidannotations-parent
Последняя версия

Последняя версия

2.7.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

AndroidAnnotations Parent
Simplifying Android using annotations and annotation processing tools
Ссылка на сайт

Ссылка на сайт

http://androidannotations.org
Система контроля версий

Система контроля версий

https://github.com/excilys/androidannotations

Скачать androidannotations-parent

Имя Файла Размер
androidannotations-parent-2.7.1.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
2.7.1
2.7
2.6
2.5.1
2.5
2.4
2.2
2.2-RC2