Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdorg.openrewrite.recipe |
ArtifactId | ArtifactIdrewrite-checkstyle |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rewrite-checkstyle-2.0.1.pom | |
rewrite-checkstyle-2.0.1.jar | 131 KB |
rewrite-checkstyle-2.0.1-sources.jar | 60 KB |
rewrite-checkstyle-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrewrite.recipe/rewrite-checkstyle/
implementation 'org.openrewrite.recipe:rewrite-checkstyle:2.0.1'
// https://jarcasting.com/artifacts/org.openrewrite.recipe/rewrite-checkstyle/
implementation ("org.openrewrite.recipe:rewrite-checkstyle:2.0.1")
'org.openrewrite.recipe:rewrite-checkstyle:jar:2.0.1'
<dependency org="org.openrewrite.recipe" name="rewrite-checkstyle" rev="2.0.1">
<artifact name="rewrite-checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrewrite.recipe', module='rewrite-checkstyle', version='2.0.1')
)
libraryDependencies += "org.openrewrite.recipe" % "rewrite-checkstyle" % "2.0.1"
[org.openrewrite.recipe/rewrite-checkstyle "2.0.1"]