GroupId | GroupIdio.cloudslang |
---|---|
ArtifactId | ArtifactIdruntime-management |
Version | Version0.3.50 |
Type | Typepom |
Filename | Size |
---|---|
runtime-management-0.3.50.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudslang/runtime-management/ -->
<dependency>
<groupId>io.cloudslang</groupId>
<artifactId>runtime-management</artifactId>
<version>0.3.50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudslang/runtime-management/
implementation 'io.cloudslang:runtime-management:0.3.50'
// https://jarcasting.com/artifacts/io.cloudslang/runtime-management/
implementation ("io.cloudslang:runtime-management:0.3.50")
'io.cloudslang:runtime-management:pom:0.3.50'
<dependency org="io.cloudslang" name="runtime-management" rev="0.3.50">
<artifact name="runtime-management" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudslang', module='runtime-management', version='0.3.50')
)
libraryDependencies += "io.cloudslang" % "runtime-management" % "0.3.50"
[io.cloudslang/runtime-management "0.3.50"]