is not current version
Last Version 1.7

org.glassfish.findbugs:findbugstotext 1.4

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.4
Type

Type

jar

Download findbugstotext 1.4


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