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

org.n52:checkstyle-configuration 23

52°North Checkstyle Configuration

Категории

Категории

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

Группа

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

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

checkstyle-configuration
Версия

Версия

23
Тип

Тип

jar

Скачать checkstyle-configuration 23


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