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