License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
GroupId | GroupIdio.machinecode |
ArtifactId | ArtifactIdcheckstyle |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMachineCode Checkstyle
Checkstyle config for MachineCode projects.
|
Project Organization |
Project OrganizationMachineCode |
Filename | Size |
---|---|
checkstyle-1.0.7.pom | |
checkstyle-1.0.7.jar | 2 KB |
checkstyle-1.0.7-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.machinecode/checkstyle/ -->
<dependency>
<groupId>io.machinecode</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.machinecode/checkstyle/
implementation 'io.machinecode:checkstyle:1.0.7'
// https://jarcasting.com/artifacts/io.machinecode/checkstyle/
implementation ("io.machinecode:checkstyle:1.0.7")
'io.machinecode:checkstyle:jar:1.0.7'
<dependency org="io.machinecode" name="checkstyle" rev="1.0.7">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.machinecode', module='checkstyle', version='1.0.7')
)
libraryDependencies += "io.machinecode" % "checkstyle" % "1.0.7"
[io.machinecode/checkstyle "1.0.7"]