在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Jimdo/gradle-apt-plugin开源软件地址(OpenSource Url):https://github.com/Jimdo/gradle-apt-plugin开源编程语言(OpenSource Language):Java 74.9%开源软件介绍(OpenSource Introduction):Not actively maintainedThis project is not actively maintained anymore, thanks to everyone who used it/gave feedback/submitted PR. If you're using it in an Android project, have a look at this plugin instead. If you're using it in a java project, changes are that it's working but it won't be updated anymore. Feel free to fork it and add more features to it! Gradle Apt PluginA Gradle plugin for the Java annotation processor tool. UsageAdd the plugin to your buildscript {
dependencies {
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
...
}
classpath 'com.jimdo.gradle:gradle-apt-plugin:{latest-version}'
...
}
} Apply the
Add annotation processors dependencies using the
Run CreditsThis plugin is a slightly modified/cleaned-up version of this Stackoverflow answer |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论