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