is not current version
Last Version 2.0.0.Alpha2

io.debezium:debezium-checkstyle 1.8.1.Final

Contains the definitions for the Debezium commons code style and conventions

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis Debezium Data Databases
GroupId

GroupId

io.debezium
ArtifactId

ArtifactId

debezium-checkstyle
Version

Version

1.8.1.Final
Type

Type

jar

Download debezium-checkstyle 1.8.1.Final


<!-- https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/ -->
<dependency>
    <groupId>io.debezium</groupId>
    <artifactId>debezium-checkstyle</artifactId>
    <version>1.8.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/
implementation 'io.debezium:debezium-checkstyle:1.8.1.Final'
// https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/
implementation ("io.debezium:debezium-checkstyle:1.8.1.Final")
'io.debezium:debezium-checkstyle:jar:1.8.1.Final'
<dependency org="io.debezium" name="debezium-checkstyle" rev="1.8.1.Final">
  <artifact name="debezium-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.debezium', module='debezium-checkstyle', version='1.8.1.Final')
)
libraryDependencies += "io.debezium" % "debezium-checkstyle" % "1.8.1.Final"
[io.debezium/debezium-checkstyle "1.8.1.Final"]