Android APT Plugin

A Gradle plugin which enables annotations processing for Android builds.

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

com.uphyca.gradle
Идентификатор

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

gradle-android-apt-plugin
Последняя версия

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

0.9.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Android APT Plugin
A Gradle plugin which enables annotations processing for Android builds.
Ссылка на сайт

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

https://github.com/esmasui/gradle-android-apt-plugin
Организация-разработчик

Организация-разработчик

uPhyca, Inc.
Система контроля версий

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

https://github.com/esmasui/gradle-android-apt-plugin

Скачать gradle-android-apt-plugin

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

<!-- https://jarcasting.com/artifacts/com.uphyca.gradle/gradle-android-apt-plugin/ -->
<dependency>
    <groupId>com.uphyca.gradle</groupId>
    <artifactId>gradle-android-apt-plugin</artifactId>
    <version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.uphyca.gradle/gradle-android-apt-plugin/
implementation 'com.uphyca.gradle:gradle-android-apt-plugin:0.9.4'
// https://jarcasting.com/artifacts/com.uphyca.gradle/gradle-android-apt-plugin/
implementation ("com.uphyca.gradle:gradle-android-apt-plugin:0.9.4")
'com.uphyca.gradle:gradle-android-apt-plugin:jar:0.9.4'
<dependency org="com.uphyca.gradle" name="gradle-android-apt-plugin" rev="0.9.4">
  <artifact name="gradle-android-apt-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uphyca.gradle', module='gradle-android-apt-plugin', version='0.9.4')
)
libraryDependencies += "com.uphyca.gradle" % "gradle-android-apt-plugin" % "0.9.4"
[com.uphyca.gradle/gradle-android-apt-plugin "0.9.4"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.squareup.gradle : gradle-android-test-plugin jar 0.9.+
com.android.tools.build : gradle jar 0.9.+

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.easytesting : fest-assert-core jar 2.0M10

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

Данный проект не имеет модулей.

DEPRECATED

This project is now deprecated. Use https://bitbucket.org/hvisser/android-apt instead.

Build Status

Gradle Android APT Plugin

A Gradle plugin which enables annotations processing for Android builds.

Usage

Add the plugin to your buildscript's dependencies section:

classpath 'com.uphyca.gradle:gradle-android-apt-plugin:0.9.+'

Apply the android-apt plugin:

apply plugin: 'android-apt'

Add annotation processors dependencies using the apt configuration:

compile 'com.squareup.dagger:dagger:1.1.+'
apt 'com.squareup.dagger:dagger-compiler:1.1.+'

License

Copyright 2013 uPhyca, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

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

Версия
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0