| GroupId | GroupIdorg.opendaylight.odlparent | 
|---|---|
| ArtifactId | ArtifactIdfindbugs | 
| Version | Version1.8.2-Carbon | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| findbugs-1.8.2-Carbon.pom | |
| findbugs-1.8.2-Carbon.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/ -->
<dependency>
    <groupId>org.opendaylight.odlparent</groupId>
    <artifactId>findbugs</artifactId>
    <version>1.8.2-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/
implementation 'org.opendaylight.odlparent:findbugs:1.8.2-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.odlparent/findbugs/
implementation ("org.opendaylight.odlparent:findbugs:1.8.2-Carbon")'org.opendaylight.odlparent:findbugs:jar:1.8.2-Carbon'<dependency org="org.opendaylight.odlparent" name="findbugs" rev="1.8.2-Carbon">
  <artifact name="findbugs" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.odlparent', module='findbugs', version='1.8.2-Carbon')
)libraryDependencies += "org.opendaylight.odlparent" % "findbugs" % "1.8.2-Carbon"[org.opendaylight.odlparent/findbugs "1.8.2-Carbon"]