q

quarkus-universe-bom

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
https://github.com/quarkusio/quarkus-platform
The Apache Software License, Version 2.0
Quarkus Community
文件下载
文件名 操作
quarkus-universe-bom-3.10.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-universe-bom</artifactId>
  <version>3.10.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-universe-bom:3.10.0'
Gradle Kotlin
implementation("io.quarkus:quarkus-universe-bom:3.10.0")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-universe-bom" % "3.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-universe-bom', version='3.10.0')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-universe-bom" rev="3.10.0" />
Leiningen
[io.quarkus/quarkus-universe-bom "3.10.0"]
Apache Buildr
'io.quarkus:quarkus-universe-bom:jar:3.10.0'
本项目依赖
该项目无第三方依赖