is not current version
Last Version 0.9.4

org.opendaylight.genius:checkstyle 0.9.1


Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

org.opendaylight.genius
ArtifactId

ArtifactId

checkstyle
Version

Version

0.9.1
Type

Type

jar

Download checkstyle 0.9.1


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