is not current version
Last Version 2.0.2

org.openrewrite.recipe:rewrite-checkstyle 2.0.0

Eliminate Checkstyle issues. Automatically.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.openrewrite.recipe
ArtifactId

ArtifactId

rewrite-checkstyle
Version

Version

2.0.0
Type

Type

jar

Download rewrite-checkstyle 2.0.0


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