is not current version
Last Version 3.0.0

com.google.code.findbugs:jFormatString 2.0.2

jFormatString for Findbugs

Categories

Categories

ORM Data
GroupId

GroupId

com.google.code.findbugs
ArtifactId

ArtifactId

jFormatString
Version

Version

2.0.2
Type

Type

jar

Download jFormatString 2.0.2


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