test-driven-detectors4findbugs

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

License

License

GroupId

GroupId

com.youdevise
ArtifactId

ArtifactId

test-driven-detectors4findbugs
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

test-driven-detectors4findbugs
Testing framework to ease the development of custom plugin detectors for FindBugs.
Project URL

Project URL

https://github.com/youdevise/test-driven-detectors4findbugs

Download test-driven-detectors4findbugs

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : findbugs jar ${findbugs.version}
org.hamcrest : hamcrest-all jar 1.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar [1.8.1,)
junit : junit jar [4.11,)

Project Modules

There are no modules declared in this project.

Versions

Version
1.0
0.2.1
0.2