d

debezium-checkstyle

Contains the definitions for the Debezium commons code style and conventions
Files download
File Operation
debezium-checkstyle-3.0.0.CR2.jar download
debezium-checkstyle-3.0.0.CR2.pom download
debezium-checkstyle-3.0.0.CR2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.debezium</groupId>
  <artifactId>debezium-checkstyle</artifactId>
  <version>3.0.0.CR2</version>
</dependency>
Gradle Groovy
implementation 'io.debezium:debezium-checkstyle:3.0.0.CR2'
Gradle Kotlin
implementation("io.debezium:debezium-checkstyle:3.0.0.CR2")
Scala SBT
libraryDependencies += "io.debezium" % "debezium-checkstyle" % "3.0.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='io.debezium', module='debezium-checkstyle', version='3.0.0.CR2')
)
Apache Ivy
<dependency org="io.debezium" name="debezium-checkstyle" rev="3.0.0.CR2" />
Leiningen
[io.debezium/debezium-checkstyle "3.0.0.CR2"]
Apache Buildr
'io.debezium:debezium-checkstyle:jar:3.0.0.CR2'