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