| Категории |
КатегорииGradle Компиляция и сборка Сеть |
|---|---|
| Группа | Группаcom.netflix.nebula |
| Идентификатор | Идентификаторgradle-nothing-plugin |
| Версия | Версия1.9.13 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| gradle-nothing-plugin-1.9.13.pom | |
| gradle-nothing-plugin-1.9.13.jar | 3 KB |
| gradle-nothing-plugin-1.9.13-tests.jar | 4 KB |
| gradle-nothing-plugin-1.9.13-sources.jar | 1 KB |
| gradle-nothing-plugin-1.9.13-javadoc.jar | 366 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.netflix.nebula/gradle-nothing-plugin/ -->
<dependency>
<groupId>com.netflix.nebula</groupId>
<artifactId>gradle-nothing-plugin</artifactId>
<version>1.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.nebula/gradle-nothing-plugin/
implementation 'com.netflix.nebula:gradle-nothing-plugin:1.9.13'
// https://jarcasting.com/artifacts/com.netflix.nebula/gradle-nothing-plugin/
implementation ("com.netflix.nebula:gradle-nothing-plugin:1.9.13")
'com.netflix.nebula:gradle-nothing-plugin:jar:1.9.13'
<dependency org="com.netflix.nebula" name="gradle-nothing-plugin" rev="1.9.13">
<artifact name="gradle-nothing-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.nebula', module='gradle-nothing-plugin', version='1.9.13')
)
libraryDependencies += "com.netflix.nebula" % "gradle-nothing-plugin" % "1.9.13"
[com.netflix.nebula/gradle-nothing-plugin "1.9.13"]