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