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