s

spotbugs

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