c

checkstyle

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