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