License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.google.code.findbugs |
ArtifactId | ArtifactIdjFormatString |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFindBugs-jFormatString
jFormatString for Findbugs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jFormatString-3.0.0.pom | |
jFormatString-3.0.0.jar | 33 KB |
jFormatString-3.0.0-sources.jar | 362 bytes |
jFormatString-3.0.0-javadoc.jar | 362 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.findbugs/jFormatString/ -->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jFormatString</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.findbugs/jFormatString/
implementation 'com.google.code.findbugs:jFormatString:3.0.0'
// https://jarcasting.com/artifacts/com.google.code.findbugs/jFormatString/
implementation ("com.google.code.findbugs:jFormatString:3.0.0")
'com.google.code.findbugs:jFormatString:jar:3.0.0'
<dependency org="com.google.code.findbugs" name="jFormatString" rev="3.0.0">
<artifact name="jFormatString" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.findbugs', module='jFormatString', version='3.0.0')
)
libraryDependencies += "com.google.code.findbugs" % "jFormatString" % "3.0.0"
[com.google.code.findbugs/jFormatString "3.0.0"]