s

sb-contrib

An auxiliary findbugs.sourceforge.net plugin for java bug detectors that fall outside the narrow scope of detectors to be packaged with the product itself.
http://fb-contrib.mebigfatguy.com
GNU Library or Lesser General Public License (LGPL)
Dave Brosius
文件下载
文件名 操作
sb-contrib-7.4.7.jar 下载
sb-contrib-7.4.7.pom 下载
sb-contrib-7.4.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mebigfatguy.sb-contrib</groupId>
  <artifactId>sb-contrib</artifactId>
  <version>7.4.7</version>
</dependency>
Gradle Groovy
implementation 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.7'
Gradle Kotlin
implementation("com.mebigfatguy.sb-contrib:sb-contrib:7.4.7")
Scala SBT
libraryDependencies += "com.mebigfatguy.sb-contrib" % "sb-contrib" % "7.4.7"
Groovy Grape
@Grapes(
  @Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.4.7')
)
Apache Ivy
<dependency org="com.mebigfatguy.sb-contrib" name="sb-contrib" rev="7.4.7" />
Leiningen
[com.mebigfatguy.sb-contrib/sb-contrib "7.4.7"]
Apache Buildr
'com.mebigfatguy.sb-contrib:sb-contrib:jar:7.4.7'