is not current version
Last Version 6.1.0

org.apache.skywalking:apm-checkstyle 5.0.0-GA

Module to hold Checkstyle for SkyWalking.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.apache.skywalking
ArtifactId

ArtifactId

apm-checkstyle
Version

Version

5.0.0-GA
Type

Type

jar

Download apm-checkstyle 5.0.0-GA


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