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