is not current version
Last Version 0.1.7

com.github.nrudenko:gradle-android-cq-plugin 0.1.3

A Gradle plugin which added tasks for checking java code quality for android projects

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.nrudenko
ArtifactId

ArtifactId

gradle-android-cq-plugin
Version

Version

0.1.3
Type

Type

jar

Download gradle-android-cq-plugin 0.1.3


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