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

org.ops4j:checkstyle-configuration 1.0

Checkstyle configuration for all OPS4J projects

Категории

Категории

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

Группа

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

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

checkstyle-configuration
Версия

Версия

1.0
Тип

Тип

jar

Скачать checkstyle-configuration 1.0


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