s

spotbugs

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