Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.thestencil |
ArtifactId | ArtifactIdquarkus-stencil-workflows |
Version | Version1.143 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-workflows/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>quarkus-stencil-workflows</artifactId>
<version>1.143</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-workflows/
implementation 'io.thestencil:quarkus-stencil-workflows:1.143'
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-workflows/
implementation ("io.thestencil:quarkus-stencil-workflows:1.143")
'io.thestencil:quarkus-stencil-workflows:jar:1.143'
<dependency org="io.thestencil" name="quarkus-stencil-workflows" rev="1.143">
<artifact name="quarkus-stencil-workflows" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='quarkus-stencil-workflows', version='1.143')
)
libraryDependencies += "io.thestencil" % "quarkus-stencil-workflows" % "1.143"
[io.thestencil/quarkus-stencil-workflows "1.143"]