is not current version
Last Version 2.0.2

org.openrewrite.recipe:rewrite-checkstyle 1.2.0

Eliminate Checkstyle issues. Automatically.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.openrewrite.recipe
ArtifactId

ArtifactId

rewrite-checkstyle
Version

Version

1.2.0
Type

Type

jar

Download rewrite-checkstyle 1.2.0


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