| License | License | 
|---|---|
| GroupId | GroupIdorg.opendaylight.odlparent | 
| ArtifactId | ArtifactIdfindbugs | 
| Last Version | Last Version4.0.15 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionODL :: odlparent :: findbugs OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| findbugs-4.0.15.pom | |
| findbugs-4.0.15.jar | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/ -->
<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>findbugs</artifactId>
    <version>4.0.15</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/
implementation 'org.opendaylight.odlparent:findbugs:4.0.15'// https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/
implementation ("org.opendaylight.odlparent:findbugs:4.0.15")'org.opendaylight.odlparent:findbugs:jar:4.0.15'<dependency org="org.opendaylight.odlparent" name="findbugs" rev="4.0.15">
  <artifact name="findbugs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.odlparent', module='findbugs', version='4.0.15')
)libraryDependencies += "org.opendaylight.odlparent" % "findbugs" % "4.0.15"[org.opendaylight.odlparent/findbugs "4.0.15"]