Download test-driven-detectors4findbugs-0.2.jar file - Jar t

Jar examples for t:test-driven-detectors4findbugs

Description

Testing framework to ease the development of custom plugin detectors for FindBugs.

You can download jar file test-driven-detectors4findbugs 0.2 in this page.

License

MIT license

Build File

You can use the following script to add test-driven-detectors4findbugs-0.2.jar to your project.

<dependency>
   <groupId>com.youdevise</groupId>
   <artifactId>test-driven-detectors4findbugs</artifactId>
   <version>0.2</version>
</dependency>
compile group: 'com.youdevise', name: 'test-driven-detectors4findbugs', version: '0.2'
libraryDependencies += "com.youdevise" % "test-driven-detectors4findbugs" % "0.2"
<dependency org="com.youdevise" name="test-driven-detectors4findbugs" rev="0.2"/>
@Grapes(@Grab(group='com.youdevise', module='test-driven-detectors4findbugs', version='0.2'))
'com.youdevise:test-driven-detectors4findbugs:jar:0.2'

Download

Click the following link to download the jar file.

test-driven-detectors4findbugs-0.2-javadoc.jar
test-driven-detectors4findbugs-0.2-sources.jar
test-driven-detectors4findbugs-0.2.jar
test-driven-detectors4findbugs-0.2.pom



Related Tutorials