is not current version
Last Version 1.0.1

jp.skypencil.guava:findbugs-plugin 1.0.0

A findbugs plugin to migrate from Guava to Java8

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

jp.skypencil.guava
ArtifactId

ArtifactId

findbugs-plugin
Version

Version

1.0.0
Type

Type

jar

Download findbugs-plugin 1.0.0


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