License |
License |
---|---|
Categories |
CategoriesNet ORM Data |
GroupId | GroupIdnet.sourceforge.findbugs |
ArtifactId | ArtifactIdjFormatString |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-jFormatString
jFormatString supports the FindBugs tool
|
Project URL |
Project URL |
Filename | Size |
---|---|
jFormatString-1.3.7.pom | |
jFormatString-1.3.7.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.findbugs/jFormatString/ -->
<dependency>
<groupId>net.sourceforge.findbugs</groupId>
<artifactId>jFormatString</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/jFormatString/
implementation 'net.sourceforge.findbugs:jFormatString:1.3.7'
// https://jarcasting.com/artifacts/net.sourceforge.findbugs/jFormatString/
implementation ("net.sourceforge.findbugs:jFormatString:1.3.7")
'net.sourceforge.findbugs:jFormatString:jar:1.3.7'
<dependency org="net.sourceforge.findbugs" name="jFormatString" rev="1.3.7">
<artifact name="jFormatString" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.findbugs', module='jFormatString', version='1.3.7')
)
libraryDependencies += "net.sourceforge.findbugs" % "jFormatString" % "1.3.7"
[net.sourceforge.findbugs/jFormatString "1.3.7"]