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