Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.automatiko.workflow |
ArtifactId | ArtifactIdautomatiko-workflow-core |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.automatiko.workflow/automatiko-workflow-core/ -->
<dependency>
<groupId>io.automatiko.workflow</groupId>
<artifactId>automatiko-workflow-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.automatiko.workflow/automatiko-workflow-core/
implementation 'io.automatiko.workflow:automatiko-workflow-core:0.3.0'
// https://jarcasting.com/artifacts/io.automatiko.workflow/automatiko-workflow-core/
implementation ("io.automatiko.workflow:automatiko-workflow-core:0.3.0")
'io.automatiko.workflow:automatiko-workflow-core:jar:0.3.0'
<dependency org="io.automatiko.workflow" name="automatiko-workflow-core" rev="0.3.0">
<artifact name="automatiko-workflow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.automatiko.workflow', module='automatiko-workflow-core', version='0.3.0')
)
libraryDependencies += "io.automatiko.workflow" % "automatiko-workflow-core" % "0.3.0"
[io.automatiko.workflow/automatiko-workflow-core "0.3.0"]