Group Id com.github.spotbugs
Artifact Id test-harness
Version 3.1.0-RC1
Packaging jar
URL -
Badge
Last Updated 2017-02-20T08:07:26+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.github.spotbugs</groupId>
    <artifactId>test-harness</artifactId>
    <version>3.1.0-RC1</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'test-harness', version: '3.1.0-RC1'
implementation 'com.github.spotbugs:test-harness:3.1.0-RC1'
implementation("com.github.spotbugs:test-harness:3.1.0-RC1")
libraryDependencies += "com.github.spotbugs" % "test-harness" % "3.1.0-RC1"
<dependency org="com.github.spotbugs" name="test-harness" rev="3.1.0-RC1"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='test-harness', version='3.1.0-RC1')
)
[com.github.spotbugs/test-harness "3.1.0-RC1"]
'com.github.spotbugs:test-harness:3.1.0-RC1'