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