Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.automatiko.workflow |
ArtifactId | ArtifactIdworkflow |
Version | Version0.16.0 |
Type | Typepom |
Filename | Size |
---|---|
workflow-0.16.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.automatiko.workflow/workflow/ -->
<dependency>
<groupId>io.automatiko.workflow</groupId>
<artifactId>workflow</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.automatiko.workflow/workflow/
implementation 'io.automatiko.workflow:workflow:0.16.0'
// https://jarcasting.com/artifacts/io.automatiko.workflow/workflow/
implementation ("io.automatiko.workflow:workflow:0.16.0")
'io.automatiko.workflow:workflow:pom:0.16.0'
<dependency org="io.automatiko.workflow" name="workflow" rev="0.16.0">
<artifact name="workflow" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.automatiko.workflow', module='workflow', version='0.16.0')
)
libraryDependencies += "io.automatiko.workflow" % "workflow" % "0.16.0"
[io.automatiko.workflow/workflow "0.16.0"]