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