is not current version
Last Version 1.5.2

net.saliman:gradle-properties-plugin 1.4.6

A Gradle plugin for loading and working with properties, enhancing Gradle's built in functionality.

Categories

Categories

Gradle Build Tools Net
GroupId

GroupId

net.saliman
ArtifactId

ArtifactId

gradle-properties-plugin
Version

Version

1.4.6
Type

Type

jar

Download gradle-properties-plugin 1.4.6


<!-- 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"]