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