License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-universe-parent |
Last Version | Last Version1.13.7.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus universe - Parent pom
Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-universe-parent-1.13.7.Final.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-universe-parent</artifactId>
<version>1.13.7.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/
implementation 'io.quarkus:quarkus-universe-parent:1.13.7.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-parent/
implementation ("io.quarkus:quarkus-universe-parent:1.13.7.Final")
'io.quarkus:quarkus-universe-parent:pom:1.13.7.Final'
<dependency org="io.quarkus" name="quarkus-universe-parent" rev="1.13.7.Final">
<artifact name="quarkus-universe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-universe-parent', version='1.13.7.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-universe-parent" % "1.13.7.Final"
[io.quarkus/quarkus-universe-parent "1.13.7.Final"]