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