License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdde.timroes.gradle |
ArtifactId | ArtifactIdstaged-properties |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStaged Properties Plugin
A Gradle plugin to have staged properties files
|
Filename | Size |
---|---|
staged-properties-0.1.0.pom | |
staged-properties-0.1.0.jar | 17 KB |
staged-properties-0.1.0-sources.jar | 2 KB |
staged-properties-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.timroes.gradle/staged-properties/ -->
<dependency>
<groupId>de.timroes.gradle</groupId>
<artifactId>staged-properties</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.timroes.gradle/staged-properties/
implementation 'de.timroes.gradle:staged-properties:0.1.0'
// https://jarcasting.com/artifacts/de.timroes.gradle/staged-properties/
implementation ("de.timroes.gradle:staged-properties:0.1.0")
'de.timroes.gradle:staged-properties:jar:0.1.0'
<dependency org="de.timroes.gradle" name="staged-properties" rev="0.1.0">
<artifact name="staged-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.timroes.gradle', module='staged-properties', version='0.1.0')
)
libraryDependencies += "de.timroes.gradle" % "staged-properties" % "0.1.0"
[de.timroes.gradle/staged-properties "0.1.0"]