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