q

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