Download test-harness-core-3.1.4.jar file - Jar t

Jar examples for t:test-harness-core

Description

Core feature to support unit test for SpotBugs Plugin

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

License

GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1

Build File

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

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

Download

Click the following link to download the jar file.

test-harness-core-3.1.4-javadoc.jar
test-harness-core-3.1.4-sources.jar
test-harness-core-3.1.4.jar
test-harness-core-3.1.4.pom



Related Tutorials