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