| Категории |
КатегорииQuarkus Контейнер Микросервисы |
|---|---|
| Группа | Группаio.thestencil |
| Идентификатор | Идентификаторquarkus-stencil-sc-deployment |
| Версия | Версия1.017 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-sc-deployment/ -->
<dependency>
<groupId>io.thestencil</groupId>
<artifactId>quarkus-stencil-sc-deployment</artifactId>
<version>1.017</version>
</dependency>
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-sc-deployment/
implementation 'io.thestencil:quarkus-stencil-sc-deployment:1.017'
// https://jarcasting.com/artifacts/io.thestencil/quarkus-stencil-sc-deployment/
implementation ("io.thestencil:quarkus-stencil-sc-deployment:1.017")
'io.thestencil:quarkus-stencil-sc-deployment:jar:1.017'
<dependency org="io.thestencil" name="quarkus-stencil-sc-deployment" rev="1.017">
<artifact name="quarkus-stencil-sc-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thestencil', module='quarkus-stencil-sc-deployment', version='1.017')
)
libraryDependencies += "io.thestencil" % "quarkus-stencil-sc-deployment" % "1.017"
[io.thestencil/quarkus-stencil-sc-deployment "1.017"]