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