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