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