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