is not current version
Last Version 0.3.4-Boron-SR4

org.opendaylight.controller:checkstyle 0.2.2-Beryllium-SR2


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

checkstyle
Version

Version

0.2.2-Beryllium-SR2
Type

Type

jar

Download checkstyle 0.2.2-Beryllium-SR2


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