License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.hamsterksu |
ArtifactId | ArtifactIdandroid-aptlibs-gradle-plugin |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionandroid-aptlibs-gradle-plugin
Easy way to add popular apt libs to your android project
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.hamsterksu/android-aptlibs-gradle-plugin/ -->
<dependency>
<groupId>com.github.hamsterksu</groupId>
<artifactId>android-aptlibs-gradle-plugin</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-aptlibs-gradle-plugin/
implementation 'com.github.hamsterksu:android-aptlibs-gradle-plugin:1.2.1'
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-aptlibs-gradle-plugin/
implementation ("com.github.hamsterksu:android-aptlibs-gradle-plugin:1.2.1")
'com.github.hamsterksu:android-aptlibs-gradle-plugin:jar:1.2.1'
<dependency org="com.github.hamsterksu" name="android-aptlibs-gradle-plugin" rev="1.2.1">
<artifact name="android-aptlibs-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hamsterksu', module='android-aptlibs-gradle-plugin', version='1.2.1')
)
libraryDependencies += "com.github.hamsterksu" % "android-aptlibs-gradle-plugin" % "1.2.1"
[com.github.hamsterksu/android-aptlibs-gradle-plugin "1.2.1"]