License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Net |
GroupId | GroupIdnet.saliman |
ArtifactId | ArtifactIdgradle-properties-plugin |
Last Version | Last Version1.5.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle Properties Plugin
A Gradle plugin for loading and working with properties, enhancing Gradle's built in functionality.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/ -->
<dependency>
<groupId>net.saliman</groupId>
<artifactId>gradle-properties-plugin</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/
implementation 'net.saliman:gradle-properties-plugin:1.5.2'
// https://jarcasting.com/artifacts/net.saliman/gradle-properties-plugin/
implementation ("net.saliman:gradle-properties-plugin:1.5.2")
'net.saliman:gradle-properties-plugin:jar:1.5.2'
<dependency org="net.saliman" name="gradle-properties-plugin" rev="1.5.2">
<artifact name="gradle-properties-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.saliman', module='gradle-properties-plugin', version='1.5.2')
)
libraryDependencies += "net.saliman" % "gradle-properties-plugin" % "1.5.2"
[net.saliman/gradle-properties-plugin "1.5.2"]