is not current version
Last Version 2.10.0.Final

io.quarkus:quarkus-universe-bom 0.0.6

Quarkus universe 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

Categories

Categories

Quarkus Container Microservices
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-universe-bom
Version

Version

0.0.6
Type

Type

pom

Download quarkus-universe-bom 0.0.6


<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-bom/ -->
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-universe-bom</artifactId>
    <version>0.0.6</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-bom/
implementation 'io.quarkus:quarkus-universe-bom:0.0.6'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-universe-bom/
implementation ("io.quarkus:quarkus-universe-bom:0.0.6")
'io.quarkus:quarkus-universe-bom:pom:0.0.6'
<dependency org="io.quarkus" name="quarkus-universe-bom" rev="0.0.6">
  <artifact name="quarkus-universe-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-universe-bom', version='0.0.6')
)
libraryDependencies += "io.quarkus" % "quarkus-universe-bom" % "0.0.6"
[io.quarkus/quarkus-universe-bom "0.0.6"]