License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JGraphT General Purpose Libraries |
GroupId | GroupIdio.quarkiverse.jgrapht |
ArtifactId | ArtifactIdquarkus-jgrapht-parent |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - JGraphT - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-jgrapht-parent-1.2.1.pom | 3 KB |
Browse |
<!-- 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"]