| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Logging Application Layer Libs |
| GroupId | GroupIdorg.glassfish.findbugs |
| ArtifactId | ArtifactIdfindbugs-logging-detectors |
| Last Version | Last Version1.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLogging Custom Detectors
FindBugs custom detectors for GlassFish Logging conventions.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugs-logging-detectors/ -->
<dependency>
<groupId>org.glassfish.findbugs</groupId>
<artifactId>findbugs-logging-detectors</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugs-logging-detectors/
implementation 'org.glassfish.findbugs:findbugs-logging-detectors:1.7'
// https://jarcasting.com/artifacts/org.glassfish.findbugs/findbugs-logging-detectors/
implementation ("org.glassfish.findbugs:findbugs-logging-detectors:1.7")
'org.glassfish.findbugs:findbugs-logging-detectors:jar:1.7'
<dependency org="org.glassfish.findbugs" name="findbugs-logging-detectors" rev="1.7">
<artifact name="findbugs-logging-detectors" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.findbugs', module='findbugs-logging-detectors', version='1.7')
)
libraryDependencies += "org.glassfish.findbugs" % "findbugs-logging-detectors" % "1.7"
[org.glassfish.findbugs/findbugs-logging-detectors "1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.mojo : findbugs-maven-plugin | jar | 2.5.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |