is not current version
Last Version 1.2.0

jp.skypencil.guava:spotbugs-plugin 1.0.3

A spotbugs plugin to help migration from Guava to Java8

Categories

Categories

Spotbugs Application Testing & Monitoring Code Analysis Guava General Purpose Libraries Utility
GroupId

GroupId

jp.skypencil.guava
ArtifactId

ArtifactId

spotbugs-plugin
Version

Version

1.0.3
Type

Type

jar

Download spotbugs-plugin 1.0.3


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