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