GroupId | GroupIdcom.wavemaker.runtime |
---|---|
ArtifactId | ArtifactIdwavemaker-app-runtime-services |
Version | Version9.9.9-20201011200802 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.wavemaker.runtime/wavemaker-app-runtime-services/ -->
<dependency>
<groupId>com.wavemaker.runtime</groupId>
<artifactId>wavemaker-app-runtime-services</artifactId>
<version>9.9.9-20201011200802</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wavemaker.runtime/wavemaker-app-runtime-services/
implementation 'com.wavemaker.runtime:wavemaker-app-runtime-services:9.9.9-20201011200802'
// https://jarcasting.com/artifacts/com.wavemaker.runtime/wavemaker-app-runtime-services/
implementation ("com.wavemaker.runtime:wavemaker-app-runtime-services:9.9.9-20201011200802")
'com.wavemaker.runtime:wavemaker-app-runtime-services:pom:9.9.9-20201011200802'
<dependency org="com.wavemaker.runtime" name="wavemaker-app-runtime-services" rev="9.9.9-20201011200802">
<artifact name="wavemaker-app-runtime-services" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wavemaker.runtime', module='wavemaker-app-runtime-services', version='9.9.9-20201011200802')
)
libraryDependencies += "com.wavemaker.runtime" % "wavemaker-app-runtime-services" % "9.9.9-20201011200802"
[com.wavemaker.runtime/wavemaker-app-runtime-services "9.9.9-20201011200802"]