Download android-apt-1.6.jar file - Jar a

Jar examples for a:android-apt

Description

A Gradle plugin that ensures Android Studio will pick up generated source from annotation processors and provides an apt configuration for excluding annotation processors from runtime dependencies.

You can download jar file android-apt 1.6 in this page.

License

Unlicense

Build File

You can use the following script to add android-apt-1.6.jar to your project.

<dependency>
   <groupId>com.neenbedankt.gradle.plugins</groupId>
   <artifactId>android-apt</artifactId>
   <version>1.6</version>
</dependency>
compile group: 'com.neenbedankt.gradle.plugins', name: 'android-apt', version: '1.6'
libraryDependencies += "com.neenbedankt.gradle.plugins" % "android-apt" % "1.6"
<dependency org="com.neenbedankt.gradle.plugins" name="android-apt" rev="1.6"/>
@Grapes(@Grab(group='com.neenbedankt.gradle.plugins', module='android-apt', version='1.6'))
'com.neenbedankt.gradle.plugins:android-apt:jar:1.6'

Download

Click the following link to download the jar file.

android-apt-1.6-javadoc.jar
android-apt-1.6-sources.jar
android-apt-1.6.jar
android-apt-1.6.pom



Related Tutorials