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