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