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

org.hildan.checkstyle:checkstyle-config 2.3.0

A checkstyle configuration shared by multiple projects

Категории

Категории

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

Группа

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

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

checkstyle-config
Версия

Версия

2.3.0
Тип

Тип

jar

Скачать checkstyle-config 2.3.0


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