is not current version
Last Version 2.1.28

org.webpieces:WEBPIECESxAPPNAME 1.9.85

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.85
Type

Type

jar

Download WEBPIECESxAPPNAME 1.9.85


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