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