is not current version
Last Version 1.0.7

io.machinecode:checkstyle 1.0.4

Checkstyle config for MachineCode projects.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

io.machinecode
ArtifactId

ArtifactId

checkstyle
Version

Version

1.0.4
Type

Type

jar

Download checkstyle 1.0.4


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