не последняя версия
Последняя версия 4.4

checkstyle:checkstyle-optional 4.0-beta1


Категории

Категории

Checkstyle Тестирование приложения и мониторинг Code Analysis
Группа

Группа

checkstyle
Идентификатор

Идентификатор

checkstyle-optional
Версия

Версия

4.0-beta1
Тип

Тип

jar

Скачать checkstyle-optional 4.0-beta1


<!-- https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/ -->
<dependency>
    <groupId>checkstyle</groupId>
    <artifactId>checkstyle-optional</artifactId>
    <version>4.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation 'checkstyle:checkstyle-optional:4.0-beta1'
// https://jarcasting.com/artifacts/checkstyle/checkstyle-optional/
implementation ("checkstyle:checkstyle-optional:4.0-beta1")
'checkstyle:checkstyle-optional:jar:4.0-beta1'
<dependency org="checkstyle" name="checkstyle-optional" rev="4.0-beta1">
  <artifact name="checkstyle-optional" type="jar" />
</dependency>
@Grapes(
@Grab(group='checkstyle', module='checkstyle-optional', version='4.0-beta1')
)
libraryDependencies += "checkstyle" % "checkstyle-optional" % "4.0-beta1"
[checkstyle/checkstyle-optional "4.0-beta1"]