is not current version
Last Version 1.7

org.glassfish.findbugs:findbugstotext 1.6

A tool to convert findbugsXml.xml output to text.

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.findbugs
ArtifactId

ArtifactId

findbugstotext
Version

Version

1.6
Type

Type

jar

Download findbugstotext 1.6


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