Testing findbugs-annotations
Because the findbugs people are unable to package two jars that have no overlapping classes which in turn drive our various code checkers mad.
License |
License |
---|---|
GroupId | GroupIdcom.nesscomputing.testing |
ArtifactId | ArtifactIdfindbugs-annotations |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbecause the findbugs people are incapable of packaging jars without duplicates
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/ -->
<dependency>
<groupId>com.nesscomputing.testing</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/
implementation 'com.nesscomputing.testing:findbugs-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.nesscomputing.testing/findbugs-annotations/
implementation ("com.nesscomputing.testing:findbugs-annotations:2.0.0")
'com.nesscomputing.testing:findbugs-annotations:jar:2.0.0'
<dependency org="com.nesscomputing.testing" name="findbugs-annotations" rev="2.0.0">
<artifact name="findbugs-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nesscomputing.testing', module='findbugs-annotations', version='2.0.0')
)
libraryDependencies += "com.nesscomputing.testing" % "findbugs-annotations" % "2.0.0"
[com.nesscomputing.testing/findbugs-annotations "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.nesscomputing.testing : kawala-lessio Optional | jar | 1.0.0 |
Because the findbugs people are unable to package two jars that have no overlapping classes which in turn drive our various code checkers mad.