GroupId | GroupIdio.cloudslang |
---|---|
ArtifactId | ArtifactIdorchestrator |
Version | Version0.3.16 |
Type | Typepom |
Filename | Size |
---|---|
orchestrator-0.3.16.pom | 952 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.cloudslang/orchestrator/ -->
<dependency>
<groupId>io.cloudslang</groupId>
<artifactId>orchestrator</artifactId>
<version>0.3.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.cloudslang/orchestrator/
implementation 'io.cloudslang:orchestrator:0.3.16'
// https://jarcasting.com/artifacts/io.cloudslang/orchestrator/
implementation ("io.cloudslang:orchestrator:0.3.16")
'io.cloudslang:orchestrator:pom:0.3.16'
<dependency org="io.cloudslang" name="orchestrator" rev="0.3.16">
<artifact name="orchestrator" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.cloudslang', module='orchestrator', version='0.3.16')
)
libraryDependencies += "io.cloudslang" % "orchestrator" % "0.3.16"
[io.cloudslang/orchestrator "0.3.16"]