q

quarkus-universe-bom

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
https://github.com/quarkusio/quarkus-universe/bom/quarkus-universe-bom
The Apache Software License, Version 2.0
Quarkus Community
Files download
File Operation
quarkus-universe-bom-1.5.0.Final.pom download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-universe-bom</artifactId>
  <version>1.5.0.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-universe-bom:1.5.0.Final'
Gradle Kotlin
implementation("io.quarkus:quarkus-universe-bom:1.5.0.Final")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-universe-bom" % "1.5.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-universe-bom', version='1.5.0.Final')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-universe-bom" rev="1.5.0.Final" />
Leiningen
[io.quarkus/quarkus-universe-bom "1.5.0.Final"]
Apache Buildr
'io.quarkus:quarkus-universe-bom:jar:1.5.0.Final'
Dependencies
The project has no third-party dependencies