GroupId | GroupIdio.hyscale |
---|---|
ArtifactId | ArtifactIdworkflow-controller |
Version | Version0.9.8.3 |
Type | Typepom |
Filename | Size |
---|---|
workflow-controller-0.9.8.3.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hyscale/workflow-controller/ -->
<dependency>
<groupId>io.hyscale</groupId>
<artifactId>workflow-controller</artifactId>
<version>0.9.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.hyscale/workflow-controller/
implementation 'io.hyscale:workflow-controller:0.9.8.3'
// https://jarcasting.com/artifacts/io.hyscale/workflow-controller/
implementation ("io.hyscale:workflow-controller:0.9.8.3")
'io.hyscale:workflow-controller:pom:0.9.8.3'
<dependency org="io.hyscale" name="workflow-controller" rev="0.9.8.3">
<artifact name="workflow-controller" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.hyscale', module='workflow-controller', version='0.9.8.3')
)
libraryDependencies += "io.hyscale" % "workflow-controller" % "0.9.8.3"
[io.hyscale/workflow-controller "0.9.8.3"]