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
Files download
File Operation
sb-contrib-7.4.6.jar download
sb-contrib-7.4.6.pom download
sb-contrib-7.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mebigfatguy.sb-contrib</groupId>
  <artifactId>sb-contrib</artifactId>
  <version>7.4.6</version>
</dependency>
Gradle Groovy
implementation 'com.mebigfatguy.sb-contrib:sb-contrib:7.4.6'
Gradle Kotlin
implementation("com.mebigfatguy.sb-contrib:sb-contrib:7.4.6")
Scala SBT
libraryDependencies += "com.mebigfatguy.sb-contrib" % "sb-contrib" % "7.4.6"
Groovy Grape
@Grapes(
  @Grab(group='com.mebigfatguy.sb-contrib', module='sb-contrib', version='7.4.6')
)
Apache Ivy
<dependency org="com.mebigfatguy.sb-contrib" name="sb-contrib" rev="7.4.6" />
Leiningen
[com.mebigfatguy.sb-contrib/sb-contrib "7.4.6"]
Apache Buildr
'com.mebigfatguy.sb-contrib:sb-contrib:jar:7.4.6'