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