Categories |
CategoriesSpotbugs Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.github.spotbugs |
ArtifactId | ArtifactIdtest-harness |
Version | Version4.0.0-beta5 |
Type | Typejar |
Filename | Size |
---|---|
test-harness-4.0.0-beta5.pom | |
test-harness-4.0.0-beta5.jar | 10 KB |
test-harness-4.0.0-beta5-sources.jar | 8 KB |
test-harness-4.0.0-beta5-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/ -->
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>test-harness</artifactId>
<version>4.0.0-beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/
implementation 'com.github.spotbugs:test-harness:4.0.0-beta5'
// https://jarcasting.com/artifacts/com.github.spotbugs/test-harness/
implementation ("com.github.spotbugs:test-harness:4.0.0-beta5")
'com.github.spotbugs:test-harness:jar:4.0.0-beta5'
<dependency org="com.github.spotbugs" name="test-harness" rev="4.0.0-beta5">
<artifact name="test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='test-harness', version='4.0.0-beta5')
)
libraryDependencies += "com.github.spotbugs" % "test-harness" % "4.0.0-beta5"
[com.github.spotbugs/test-harness "4.0.0-beta5"]