Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.thestencil |
ArtifactId | ArtifactIdquarkus-stencil-composer-parent |
Version | Version1.120 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-stencil-composer-parent-1.120.pom | 615 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-composer-parent/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>quarkus-stencil-composer-parent</artifactId>
<version>1.120</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-composer-parent/
implementation 'io.thestencil:quarkus-stencil-composer-parent:1.120'
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-composer-parent/
implementation ("io.thestencil:quarkus-stencil-composer-parent:1.120")
'io.thestencil:quarkus-stencil-composer-parent:pom:1.120'
<dependency org="io.thestencil" name="quarkus-stencil-composer-parent" rev="1.120">
<artifact name="quarkus-stencil-composer-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='quarkus-stencil-composer-parent', version='1.120')
)
libraryDependencies += "io.thestencil" % "quarkus-stencil-composer-parent" % "1.120"
[io.thestencil/quarkus-stencil-composer-parent "1.120"]