License |
License |
---|---|
Categories |
CategoriesSpotbugs Application Testing & Monitoring Code Analysis Guava General Purpose Libraries Utility |
GroupId | GroupIdjp.skypencil.guava |
ArtifactId | ArtifactIdspotbugs-plugin |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpotBugs plugin
A spotbugs plugin to help migration from Guava to Java8
|
Filename | Size |
---|---|
spotbugs-plugin-1.2.0.pom | |
spotbugs-plugin-1.2.0.jar | 5 KB |
spotbugs-plugin-1.2.0-sources.jar | 4 KB |
spotbugs-plugin-1.2.0-shaded.jar | 2 MB |
spotbugs-plugin-1.2.0-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.skypencil.guava/spotbugs-plugin/ -->
<dependency>
<groupId>jp.skypencil.guava</groupId>
<artifactId>spotbugs-plugin</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.skypencil.guava/spotbugs-plugin/
implementation 'jp.skypencil.guava:spotbugs-plugin:1.2.0'
// https://jarcasting.com/artifacts/jp.skypencil.guava/spotbugs-plugin/
implementation ("jp.skypencil.guava:spotbugs-plugin:1.2.0")
'jp.skypencil.guava:spotbugs-plugin:jar:1.2.0'
<dependency org="jp.skypencil.guava" name="spotbugs-plugin" rev="1.2.0">
<artifact name="spotbugs-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.skypencil.guava', module='spotbugs-plugin', version='1.2.0')
)
libraryDependencies += "jp.skypencil.guava" % "spotbugs-plugin" % "1.2.0"
[jp.skypencil.guava/spotbugs-plugin "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 21.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs | jar | 3.1.12 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 2.1 |
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
com.github.spotbugs : test-harness | jar | 3.1.12 |