is not current version
Last Version 0.0.2

org.codedoers.util:checkstyle 0.0.1

Provides the common Checkstyle configuration used by any other forgedbits.org maven artifacts.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.codedoers.util
ArtifactId

ArtifactId

checkstyle
Version

Version

0.0.1
Type

Type

jar

Download checkstyle 0.0.1


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