Files download
File Operation
checkstyle-0.9.4.jar download
checkstyle-0.9.4.pom download
checkstyle-0.9.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opendaylight.genius</groupId>
  <artifactId>checkstyle</artifactId>
  <version>0.9.4</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.genius:checkstyle:0.9.4'
Gradle Kotlin
implementation("org.opendaylight.genius:checkstyle:0.9.4")
Scala SBT
libraryDependencies += "org.opendaylight.genius" % "checkstyle" % "0.9.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.genius', module='checkstyle', version='0.9.4')
)
Apache Ivy
<dependency org="org.opendaylight.genius" name="checkstyle" rev="0.9.4" />
Leiningen
[org.opendaylight.genius/checkstyle "0.9.4"]
Apache Buildr
'org.opendaylight.genius:checkstyle:jar:0.9.4'