is not current version
Last Version 1.1.0

org.openrewrite.plan:rewrite-checkstyle 1.0.0-rc.5

Eliminate Checkstyle issues. Automatically.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.openrewrite.plan
ArtifactId

ArtifactId

rewrite-checkstyle
Version

Version

1.0.0-rc.5
Type

Type

jar

Download rewrite-checkstyle 1.0.0-rc.5


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