Download test-harness-3.1.5.jar file - Jar t

Jar examples for t:test-harness

Description

A test harness library for SpotBugs plugin developers to test on JUnit4

You can download jar file test-harness 3.1.5 in this page.

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

You can use the following script to add test-harness-3.1.5.jar to your project.

<dependency>
   <groupId>com.github.spotbugs</groupId>
   <artifactId>test-harness</artifactId>
   <version>3.1.5</version>
</dependency>
compile group: 'com.github.spotbugs', name: 'test-harness', version: '3.1.5'
libraryDependencies += "com.github.spotbugs" % "test-harness" % "3.1.5"
<dependency org="com.github.spotbugs" name="test-harness" rev="3.1.5"/>
@Grapes(@Grab(group='com.github.spotbugs', module='test-harness', version='3.1.5'))
'com.github.spotbugs:test-harness:jar:3.1.5'

Download

Click the following link to download the jar file.

test-harness-3.1.5-javadoc.jar
test-harness-3.1.5-sources.jar
test-harness-3.1.5.jar
test-harness-3.1.5.pom



Related Tutorials