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