t

test-driven-detectors4findbugs

Testing framework to ease the development of custom plugin detectors for FindBugs.
https://github.com/youdevise/test-driven-detectors4findbugs
MIT license
Graham Allan
Files download
File Operation
test-driven-detectors4findbugs-0.2.jar download
test-driven-detectors4findbugs-0.2.pom download
test-driven-detectors4findbugs-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.youdevise</groupId>
  <artifactId>test-driven-detectors4findbugs</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'com.youdevise:test-driven-detectors4findbugs:0.2'
Gradle Kotlin
implementation("com.youdevise:test-driven-detectors4findbugs:0.2")
Scala SBT
libraryDependencies += "com.youdevise" % "test-driven-detectors4findbugs" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.youdevise', module='test-driven-detectors4findbugs', version='0.2')
)
Apache Ivy
<dependency org="com.youdevise" name="test-driven-detectors4findbugs" rev="0.2" />
Leiningen
[com.youdevise/test-driven-detectors4findbugs "0.2"]
Apache Buildr
'com.youdevise:test-driven-detectors4findbugs:jar:0.2'