i

io.gitee.halleyx.gradle.plugin

android assisted development plugin collection.
https://gitee.com/halleyx/halley
The MIT License (MIT)
xu
Files download
File Operation
io.gitee.halleyx.gradle.plugin-1.0.1.jar download
io.gitee.halleyx.gradle.plugin-1.0.1.pom download
io.gitee.halleyx.gradle.plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.gitee.halleyx</groupId>
  <artifactId>io.gitee.halleyx.gradle.plugin</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.gitee.halleyx:io.gitee.halleyx.gradle.plugin:1.0.1'
Gradle Kotlin
implementation("io.gitee.halleyx:io.gitee.halleyx.gradle.plugin:1.0.1")
Scala SBT
libraryDependencies += "io.gitee.halleyx" % "io.gitee.halleyx.gradle.plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.gitee.halleyx', module='io.gitee.halleyx.gradle.plugin', version='1.0.1')
)
Apache Ivy
<dependency org="io.gitee.halleyx" name="io.gitee.halleyx.gradle.plugin" rev="1.0.1" />
Leiningen
[io.gitee.halleyx/io.gitee.halleyx.gradle.plugin "1.0.1"]
Apache Buildr
'io.gitee.halleyx:io.gitee.halleyx.gradle.plugin:jar:1.0.1'