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