Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.nrudenko |
ArtifactId | ArtifactIdgradle-android-cq-plugin |
Version | Version0.1.4 |
Type | Typejar |
<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation 'com.github.nrudenko:gradle-android-cq-plugin:0.1.4'
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation ("com.github.nrudenko:gradle-android-cq-plugin:0.1.4")
'com.github.nrudenko:gradle-android-cq-plugin:jar:0.1.4'
<dependency org="com.github.nrudenko" name="gradle-android-cq-plugin" rev="0.1.4">
<artifact name="gradle-android-cq-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nrudenko', module='gradle-android-cq-plugin', version='0.1.4')
)
libraryDependencies += "com.github.nrudenko" % "gradle-android-cq-plugin" % "0.1.4"
[com.github.nrudenko/gradle-android-cq-plugin "0.1.4"]