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