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.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.8
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать android-apt

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.codehaus.groovy » gradle-groovy-android-plugin jar 0.3.6
com.android.tools.build : gradle jar 1.3.0

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

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

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

Версия
1.8
1.7
1.6
1.5.1
1.5
1.4
1.3
1.2
1.1
1.0