| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаapp.cash.exhaustive |
| Идентификатор | Идентификаторapp.cash.exhaustive.gradle.plugin |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| app.cash.exhaustive.gradle.plugin-0.1.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/app.cash.exhaustive/app.cash.exhaustive.gradle.plugin/ -->
<dependency>
<groupId>app.cash.exhaustive</groupId>
<artifactId>app.cash.exhaustive.gradle.plugin</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.exhaustive/app.cash.exhaustive.gradle.plugin/
implementation 'app.cash.exhaustive:app.cash.exhaustive.gradle.plugin:0.1.0'
// https://jarcasting.com/artifacts/app.cash.exhaustive/app.cash.exhaustive.gradle.plugin/
implementation ("app.cash.exhaustive:app.cash.exhaustive.gradle.plugin:0.1.0")
'app.cash.exhaustive:app.cash.exhaustive.gradle.plugin:pom:0.1.0'
<dependency org="app.cash.exhaustive" name="app.cash.exhaustive.gradle.plugin" rev="0.1.0">
<artifact name="app.cash.exhaustive.gradle.plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.exhaustive', module='app.cash.exhaustive.gradle.plugin', version='0.1.0')
)
libraryDependencies += "app.cash.exhaustive" % "app.cash.exhaustive.gradle.plugin" % "0.1.0"
[app.cash.exhaustive/app.cash.exhaustive.gradle.plugin "0.1.0"]