Android APT Plugin

A Gradle plugin which enables annotations processing for Android builds.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.uphyca.gradle
ArtifactId

ArtifactId

gradle-android-apt-plugin
Last Version

Last Version

0.9.4
Release Date

Release Date

Type

Type

jar
Description

Description

Android APT Plugin
A Gradle plugin which enables annotations processing for Android builds.
Project URL

Project URL

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

Project Organization

uPhyca, Inc.
Source Code Management

Source Code Management

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

Download gradle-android-apt-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.gradle : gradle-android-test-plugin jar 0.9.+
com.android.tools.build : gradle jar 0.9.+

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0