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