is not current version
Last Version 1.2.0

jp.skypencil.guava:spotbugs-plugin 1.1.0

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.1.0
Type

Type

jar

Download spotbugs-plugin 1.1.0


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