is not current version
Last Version 2.1.28

org.webpieces:WEBPIECESxAPPNAME 1.9.108

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

WEBPIECESxAPPNAME
Version

Version

1.9.108
Type

Type

jar

Download WEBPIECESxAPPNAME 1.9.108


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