| GroupId | GroupIdorg.webpieces |
|---|---|
| ArtifactId | ArtifactIdWEBPIECESxAPPNAME |
| Version | Version1.9.92 |
| Type | Typejar |
| Filename | Size |
|---|---|
| WEBPIECESxAPPNAME-1.9.92.pom | |
| WEBPIECESxAPPNAME-1.9.92.jar | 138 KB |
| WEBPIECESxAPPNAME-1.9.92-sources.jar | 97 KB |
| WEBPIECESxAPPNAME-1.9.92-javadoc.jar | 361 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/WEBPIECESxAPPNAME/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>WEBPIECESxAPPNAME</artifactId>
<version>1.9.92</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/WEBPIECESxAPPNAME/
implementation 'org.webpieces:WEBPIECESxAPPNAME:1.9.92'
// https://jarcasting.com/artifacts/org.webpieces/WEBPIECESxAPPNAME/
implementation ("org.webpieces:WEBPIECESxAPPNAME:1.9.92")
'org.webpieces:WEBPIECESxAPPNAME:jar:1.9.92'
<dependency org="org.webpieces" name="WEBPIECESxAPPNAME" rev="1.9.92">
<artifact name="WEBPIECESxAPPNAME" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='WEBPIECESxAPPNAME', version='1.9.92')
)
libraryDependencies += "org.webpieces" % "WEBPIECESxAPPNAME" % "1.9.92"
[org.webpieces/WEBPIECESxAPPNAME "1.9.92"]