is not current version
Last Version 0.3.4-Boron-SR4

org.opendaylight.controller:checkstyle 0.3.0-Boron


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.opendaylight.controller
ArtifactId

ArtifactId

checkstyle
Version

Version

0.3.0-Boron
Type

Type

jar

Download checkstyle 0.3.0-Boron


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