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