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