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