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