is not current version
Last Version 1.0.7

io.machinecode:checkstyle 1.0.5

Checkstyle config for MachineCode projects.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

io.machinecode
ArtifactId

ArtifactId

checkstyle
Version

Version

1.0.5
Type

Type

jar

Download checkstyle 1.0.5


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