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

net.bluefen:checkstyle-configuration 1

Standard Checkstyle rules for projects to use

Категории

Категории

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

Группа

net.bluefen
Идентификатор

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

checkstyle-configuration
Версия

Версия

1
Тип

Тип

jar

Скачать checkstyle-configuration 1


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