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