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

org.n52:checkstyle-configuration 11

52°North Checkstyle Configuration

Категории

Категории

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

Группа

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

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

checkstyle-configuration
Версия

Версия

11
Тип

Тип

jar

Скачать checkstyle-configuration 11


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