is not current version
Last Version 1.9.0

com.h3xstream.findsecbugs:findbugs-test-util 1.8.0

Utility that could be reuse for FindBugs plugin development. Include: - Loading of the plugin. - Hamcrest Matcher to do make precise assertion

GroupId

GroupId

com.h3xstream.findsecbugs
ArtifactId

ArtifactId

findbugs-test-util
Version

Version

1.8.0
Type

Type

jar

Download findbugs-test-util 1.8.0


<!-- https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findbugs-test-util/ -->
<dependency>
    <groupId>com.h3xstream.findsecbugs</groupId>
    <artifactId>findbugs-test-util</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findbugs-test-util/
implementation 'com.h3xstream.findsecbugs:findbugs-test-util:1.8.0'
// https://jarcasting.com/artifacts/com.h3xstream.findsecbugs/findbugs-test-util/
implementation ("com.h3xstream.findsecbugs:findbugs-test-util:1.8.0")
'com.h3xstream.findsecbugs:findbugs-test-util:jar:1.8.0'
<dependency org="com.h3xstream.findsecbugs" name="findbugs-test-util" rev="1.8.0">
  <artifact name="findbugs-test-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.h3xstream.findsecbugs', module='findbugs-test-util', version='1.8.0')
)
libraryDependencies += "com.h3xstream.findsecbugs" % "findbugs-test-util" % "1.8.0"
[com.h3xstream.findsecbugs/findbugs-test-util "1.8.0"]