GroupId | GroupIdcom.wavemaker.commons |
---|---|
ArtifactId | ArtifactIdwavemaker-commons |
Version | Version10.6.7 |
Type | Typepom |
Filename | Size |
---|---|
wavemaker-commons-10.6.7.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavemaker.commons/wavemaker-commons/ -->
<dependency>
<groupId>com.wavemaker.commons</groupId>
<artifactId>wavemaker-commons</artifactId>
<version>10.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wavemaker.commons/wavemaker-commons/
implementation 'com.wavemaker.commons:wavemaker-commons:10.6.7'
// https://jarcasting.com/artifacts/com.wavemaker.commons/wavemaker-commons/
implementation ("com.wavemaker.commons:wavemaker-commons:10.6.7")
'com.wavemaker.commons:wavemaker-commons:pom:10.6.7'
<dependency org="com.wavemaker.commons" name="wavemaker-commons" rev="10.6.7">
<artifact name="wavemaker-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wavemaker.commons', module='wavemaker-commons', version='10.6.7')
)
libraryDependencies += "com.wavemaker.commons" % "wavemaker-commons" % "10.6.7"
[com.wavemaker.commons/wavemaker-commons "10.6.7"]