| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаio.quarkiverse.helm |
| Идентификатор | Идентификаторquarkus-helm-parent |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus - Helm - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-helm-parent-0.0.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm-parent/ -->
<dependency>
<groupId>io.quarkiverse.helm</groupId>
<artifactId>quarkus-helm-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm-parent/
implementation 'io.quarkiverse.helm:quarkus-helm-parent:0.0.2'
// https://jarcasting.com/artifacts/io.quarkiverse.helm/quarkus-helm-parent/
implementation ("io.quarkiverse.helm:quarkus-helm-parent:0.0.2")
'io.quarkiverse.helm:quarkus-helm-parent:pom:0.0.2'
<dependency org="io.quarkiverse.helm" name="quarkus-helm-parent" rev="0.0.2">
<artifact name="quarkus-helm-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.helm', module='quarkus-helm-parent', version='0.0.2')
)
libraryDependencies += "io.quarkiverse.helm" % "quarkus-helm-parent" % "0.0.2"
[io.quarkiverse.helm/quarkus-helm-parent "0.0.2"]