s

spotbugs

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