License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdorg.openrewrite.recipe |
ArtifactId | ArtifactIdrewrite-checkstyle |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrewrite-checkstyle
Eliminate Checkstyle issues. Automatically.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rewrite-checkstyle-2.0.2.pom | |
rewrite-checkstyle-2.0.2.jar | 131 KB |
rewrite-checkstyle-2.0.2-sources.jar | 60 KB |
rewrite-checkstyle-2.0.2-javadoc.jar | 547 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrewrite.recipe/rewrite-checkstyle/ -->
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-checkstyle</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrewrite.recipe/rewrite-checkstyle/
implementation 'org.openrewrite.recipe:rewrite-checkstyle:2.0.2'
// https://jarcasting.com/artifacts/org.openrewrite.recipe/rewrite-checkstyle/
implementation ("org.openrewrite.recipe:rewrite-checkstyle:2.0.2")
'org.openrewrite.recipe:rewrite-checkstyle:jar:2.0.2'
<dependency org="org.openrewrite.recipe" name="rewrite-checkstyle" rev="2.0.2">
<artifact name="rewrite-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrewrite.recipe', module='rewrite-checkstyle', version='2.0.2')
)
libraryDependencies += "org.openrewrite.recipe" % "rewrite-checkstyle" % "2.0.2"
[org.openrewrite.recipe/rewrite-checkstyle "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
org.openrewrite : rewrite-java | jar | 6.1.10 |
com.puppycrawl.tools : checkstyle | jar | 8.38 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.0 |