s

spotbugs

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