is not current version
Last Version 1.2

com.arcbees:checkstyle 1.1


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.arcbees
ArtifactId

ArtifactId

checkstyle
Version

Version

1.1
Type

Type

jar

Download checkstyle 1.1


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