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