Group Id com.github.spotbugs
Artifact Id test-harness-core
Version 4.0.0-beta4
Packaging jar
URL -
Badge
Last Updated 2019-09-17T17:18:14+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-core</artifactId>
    <version>4.0.0-beta4</version>
</dependency>
implementation group: 'com.github.spotbugs', name: 'test-harness-core', version: '4.0.0-beta4'
implementation 'com.github.spotbugs:test-harness-core:4.0.0-beta4'
implementation("com.github.spotbugs:test-harness-core:4.0.0-beta4")
libraryDependencies += "com.github.spotbugs" % "test-harness-core" % "4.0.0-beta4"
<dependency org="com.github.spotbugs" name="test-harness-core" rev="4.0.0-beta4"/>
@Grapes(
    @Grab(group='com.github.spotbugs', module='test-harness-core', version='4.0.0-beta4')
)
[com.github.spotbugs/test-harness-core "4.0.0-beta4"]
'com.github.spotbugs:test-harness-core:4.0.0-beta4'