Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdio.machinecode |
ArtifactId | ArtifactIdcheckstyle |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-1.0.2.pom | |
checkstyle-1.0.2.jar | 2 KB |
checkstyle-1.0.2-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.machinecode/checkstyle/ -->
<dependency>
<groupId>io.machinecode</groupId>
<artifactId>checkstyle</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.machinecode/checkstyle/
implementation 'io.machinecode:checkstyle:1.0.2'
// https://jarcasting.com/artifacts/io.machinecode/checkstyle/
implementation ("io.machinecode:checkstyle:1.0.2")
'io.machinecode:checkstyle:jar:1.0.2'
<dependency org="io.machinecode" name="checkstyle" rev="1.0.2">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.machinecode', module='checkstyle', version='1.0.2')
)
libraryDependencies += "io.machinecode" % "checkstyle" % "1.0.2"
[io.machinecode/checkstyle "1.0.2"]