is not current version
Last Version 1.2

com.arcbees:checkstyle 1.0


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.arcbees
ArtifactId

ArtifactId

checkstyle
Version

Version

1.0
Type

Type

jar

Download checkstyle 1.0


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