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