is not current version
Last Version 8.39.0

com.github.bitmc:checkstyle 8.38.1

Checkstyle configuration for BITMC Java style

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.bitmc
ArtifactId

ArtifactId

checkstyle
Version

Version

8.38.1
Type

Type

jar

Download checkstyle 8.38.1


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