is not current version
Last Version 2.1.1

org.webpieces:plugin-properties 1.9.129

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

GroupId

GroupId

org.webpieces
ArtifactId

ArtifactId

plugin-properties
Version

Version

1.9.129
Type

Type

jar

Download plugin-properties 1.9.129


<!-- https://jarcasting.com/artifacts/org.webpieces/plugin-properties/ -->
<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>plugin-properties</artifactId>
    <version>1.9.129</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation 'org.webpieces:plugin-properties:1.9.129'
// https://jarcasting.com/artifacts/org.webpieces/plugin-properties/
implementation ("org.webpieces:plugin-properties:1.9.129")
'org.webpieces:plugin-properties:jar:1.9.129'
<dependency org="org.webpieces" name="plugin-properties" rev="1.9.129">
  <artifact name="plugin-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='plugin-properties', version='1.9.129')
)
libraryDependencies += "org.webpieces" % "plugin-properties" % "1.9.129"
[org.webpieces/plugin-properties "1.9.129"]