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