s

spotbugs

文件下载
文件名 操作
spotbugs-13.1.3.jar 下载
spotbugs-13.1.3.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.odlparent</groupId>
  <artifactId>spotbugs</artifactId>
  <version>13.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.odlparent:spotbugs:13.1.3'
Gradle Kotlin
implementation("org.opendaylight.odlparent:spotbugs:13.1.3")
Scala SBT
libraryDependencies += "org.opendaylight.odlparent" % "spotbugs" % "13.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.odlparent', module='spotbugs', version='13.1.3')
)
Apache Ivy
<dependency org="org.opendaylight.odlparent" name="spotbugs" rev="13.1.3" />
Leiningen
[org.opendaylight.odlparent/spotbugs "13.1.3"]
Apache Buildr
'org.opendaylight.odlparent:spotbugs:jar:13.1.3'