Download test-driven-detectors4findbugs-1.0.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 1.0 in this page.

License

MIT license

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials