is not current version
Last Version 1.7

org.glassfish.findbugs:findbugstotext 1.3

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

Type

jar

Download findbugstotext 1.3


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