is not current version
Last Version 1.0

com.youdevise:test-driven-detectors4findbugs 0.2

Testing framework to ease the development of custom plugin detectors for FindBugs.

GroupId

GroupId

com.youdevise
ArtifactId

ArtifactId

test-driven-detectors4findbugs
Version

Version

0.2
Type

Type

jar

Download test-driven-detectors4findbugs 0.2


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