| Категории |
КатегорииGradle Компиляция и сборка Сеть |
|---|---|
| Группа | Группаnet.saliman |
| Идентификатор | Идентификаторgradle-properties-plugin |
| Версия | Версия1.4.6 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/ -->
<dependency>
<groupId>net.saliman</groupId>
<artifactId>gradle-properties-plugin</artifactId>
<version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/
implementation 'net.saliman:gradle-properties-plugin:1.4.6'
// https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/
implementation ("net.saliman:gradle-properties-plugin:1.4.6")
'net.saliman:gradle-properties-plugin:jar:1.4.6'
<dependency org="net.saliman" name="gradle-properties-plugin" rev="1.4.6">
<artifact name="gradle-properties-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.saliman', module='gradle-properties-plugin', version='1.4.6')
)
libraryDependencies += "net.saliman" % "gradle-properties-plugin" % "1.4.6"
[net.saliman/gradle-properties-plugin "1.4.6"]