is not current version
Last Version 3.0.0

com.google.code.findbugs:jFormatString 2.0.1

jFormatString for Findbugs

Categories

Categories

ORM Data
GroupId

GroupId

com.google.code.findbugs
ArtifactId

ArtifactId

jFormatString
Version

Version

2.0.1
Type

Type

jar

Download jFormatString 2.0.1


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