License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Debezium Data Databases |
GroupId | GroupIdio.debezium |
ArtifactId | ArtifactIddebezium-checkstyle |
Last Version | Last Version2.0.0.Alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDebezium Checkstyle Rules
Contains the definitions for the Debezium commons code style and conventions
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/ -->
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-checkstyle</artifactId>
<version>2.0.0.Alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/
implementation 'io.debezium:debezium-checkstyle:2.0.0.Alpha2'
// https://jarcasting.com/artifacts/io.debezium/debezium-checkstyle/
implementation ("io.debezium:debezium-checkstyle:2.0.0.Alpha2")
'io.debezium:debezium-checkstyle:jar:2.0.0.Alpha2'
<dependency org="io.debezium" name="debezium-checkstyle" rev="2.0.0.Alpha2">
<artifact name="debezium-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.debezium', module='debezium-checkstyle', version='2.0.0.Alpha2')
)
libraryDependencies += "io.debezium" % "debezium-checkstyle" % "2.0.0.Alpha2"
[io.debezium/debezium-checkstyle "2.0.0.Alpha2"]
Group / Artifact | Type | Version |
---|---|---|
com.puppycrawl.tools : checkstyle | jar | 10.1 |