| Категории |
КатегорииSpotbugs Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаorg.opendaylight.odlparent |
| Идентификатор | Идентификаторspotbugs |
| Версия | Версия5.0.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spotbugs-5.0.10.pom | |
| spotbugs-5.0.10.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>spotbugs</artifactId>
<version>5.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/
implementation 'org.opendaylight.odlparent:spotbugs:5.0.10'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/spotbugs/
implementation ("org.opendaylight.odlparent:spotbugs:5.0.10")
'org.opendaylight.odlparent:spotbugs:jar:5.0.10'
<dependency org="org.opendaylight.odlparent" name="spotbugs" rev="5.0.10">
<artifact name="spotbugs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='spotbugs', version='5.0.10')
)
libraryDependencies += "org.opendaylight.odlparent" % "spotbugs" % "5.0.10"
[org.opendaylight.odlparent/spotbugs "5.0.10"]