is not current version
Last Version 1.12.0

com.h3xstream.findsecbugs:findsecbugs-test-util 1.10.1

Utility that could be reuse for FindBugs plugin development. Include: - Loading of the plugin. - Hamcrest Matcher to do make precise assertion Part of the code was imported to SpotBugs: (Those functions are supported by the SpotBugs project) https://github.com/spotbugs/spotbugs/tree/master/test-harness

GroupId

GroupId

com.h3xstream.findsecbugs
ArtifactId

ArtifactId

findsecbugs-test-util
Version

Version

1.10.1
Type

Type

jar

Download findsecbugs-test-util 1.10.1


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