| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIduk.me.tom-fitzhenry.findbugs-guice |
| ArtifactId | ArtifactIdfindbugs-guice |
| Last Version | Last Version0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfindbugs-guice
A detector for Findbugs, a popular static analysis tool, that detects error in the use of Guice.
|
| Filename | Size |
|---|---|
| findbugs-guice-0.5.pom | |
| findbugs-guice-0.5.jar | 11 KB |
| findbugs-guice-0.5-sources.jar | 6 KB |
| findbugs-guice-0.5-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.me.tom-fitzhenry.findbugs-guice/findbugs-guice/ -->
<dependency>
<groupId>uk.me.tom-fitzhenry.findbugs-guice</groupId>
<artifactId>findbugs-guice</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.me.tom-fitzhenry.findbugs-guice/findbugs-guice/
implementation 'uk.me.tom-fitzhenry.findbugs-guice:findbugs-guice:0.5'
// https://jarcasting.com/artifacts/uk.me.tom-fitzhenry.findbugs-guice/findbugs-guice/
implementation ("uk.me.tom-fitzhenry.findbugs-guice:findbugs-guice:0.5")
'uk.me.tom-fitzhenry.findbugs-guice:findbugs-guice:jar:0.5'
<dependency org="uk.me.tom-fitzhenry.findbugs-guice" name="findbugs-guice" rev="0.5">
<artifact name="findbugs-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.me.tom-fitzhenry.findbugs-guice', module='findbugs-guice', version='0.5')
)
libraryDependencies += "uk.me.tom-fitzhenry.findbugs-guice" % "findbugs-guice" % "0.5"
[uk.me.tom-fitzhenry.findbugs-guice/findbugs-guice "0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : findbugs | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 3.0 |
| com.youdevise : test-driven-detectors4findbugs | jar | 0.2 |
| junit : junit | jar | 4.8.2 |