| License | License | 
|---|---|
| Categories | CategoriesSpotbugs Application Testing & Monitoring Code Analysis | 
| GroupId | GroupIdorg.opendaylight.odlparent | 
| ArtifactId | ArtifactIdspotbugs | 
| Last Version | Last Version11.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionODL :: odlparent :: spotbugs spotbugs | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| spotbugs-11.0.0.pom | |
| spotbugs-11.0.0.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/ -->
<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>spotbugs</artifactId>
    <version>11.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/
implementation 'org.opendaylight.odlparent:spotbugs:11.0.0'// https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/
implementation ("org.opendaylight.odlparent:spotbugs:11.0.0")'org.opendaylight.odlparent:spotbugs:jar:11.0.0'<dependency org="org.opendaylight.odlparent" name="spotbugs" rev="11.0.0">
  <artifact name="spotbugs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.odlparent', module='spotbugs', version='11.0.0')
)libraryDependencies += "org.opendaylight.odlparent" % "spotbugs" % "11.0.0"[org.opendaylight.odlparent/spotbugs "11.0.0"]