MVN

com.neenbedankt.gradle.plugins : android-apt

Maven & Gradle

Sep 21, 2015
5 usages

Gradle android-apt plugin · 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.

<dependency>
    <groupId>com.neenbedankt.gradle.plugins</groupId>
    <artifactId>android-apt</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.neenbedankt.gradle.plugins : android-apt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.neenbedankt.gradle.plugins : android-apt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
android-apt-1.8
1.7
android-apt-1.7
1.6
android-apt-1.6
1.5.x
android-apt-1.5.1
1.5
android-apt-1.5
1.4
android-apt-1.4
1.3
android-apt-1.3
1.2
android-apt-1.2
1.1
android-apt-1.1
1.0
android-apt-1.0

How to add a dependency to Maven

Add the following com.neenbedankt.gradle.plugins : android-apt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.neenbedankt.gradle.plugins</groupId>
    <artifactId>android-apt</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.neenbedankt.gradle.plugins : android-apt gradle dependency to your build.gradle file:

implementation 'com.neenbedankt.gradle.plugins:android-apt:1.8'

Gradle Kotlin DSL: Add the following com.neenbedankt.gradle.plugins : android-apt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.neenbedankt.gradle.plugins:android-apt:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.neenbedankt.gradle.plugins : android-apt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.neenbedankt.gradle.plugins" % "android-apt" % "1.8"

Advertisement

Dependencies from Group

Discover Dependencies

May 21, 2023
20 usages
14.7k stars
Aug 14, 2023
401 usages
3k stars
Jun 22, 2023
78 usages
294 stars
Aug 10, 2015
22 usages
Sep 08, 2021
4 usages
4.5k stars
Aug 10, 2023
27 usages
27 stars
Mar 10, 2017
165 usages
Jan 11, 2023
53 usages
490 stars
Jun 20, 2023
10 usages
8.5k stars
Aug 10, 2021
8 usages
2.4k stars