| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.nrudenko |
| Идентификатор | Идентификаторgradle-android-cq-plugin |
| Версия | Версия0.1.5 |
| Тип | Типjar |
<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation 'com.github.nrudenko:gradle-android-cq-plugin:0.1.5'
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation ("com.github.nrudenko:gradle-android-cq-plugin:0.1.5")
'com.github.nrudenko:gradle-android-cq-plugin:jar:0.1.5'
<dependency org="com.github.nrudenko" name="gradle-android-cq-plugin" rev="0.1.5">
<artifact name="gradle-android-cq-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nrudenko', module='gradle-android-cq-plugin', version='0.1.5')
)
libraryDependencies += "com.github.nrudenko" % "gradle-android-cq-plugin" % "0.1.5"
[com.github.nrudenko/gradle-android-cq-plugin "0.1.5"]