| License |
License |
|---|---|
| GroupId | GroupIdcom.youdevise |
| ArtifactId | ArtifactIdtest-driven-detectors4findbugs |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptiontest-driven-detectors4findbugs
Testing framework to ease the development of custom plugin detectors for FindBugs.
|
| Project URL |
Project URL |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : findbugs | jar | ${findbugs.version} |
| org.hamcrest : hamcrest-all | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | [1.8.1,) |
| junit : junit | jar | [4.11,) |