| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Checkstyle Тестирование приложения и мониторинг Code Analysis Configuration Библиотеки уровня приложения config |
| Группа | Группаnet.bluefen |
| Идентификатор | Идентификаторcheckstyle-configuration |
| Последняя версия | Последняя версия2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCheckstyle Configuration
Standard Checkstyle rules for projects to use
|
| Организация-разработчик |
Организация-разработчикBlue Fen |
| Имя Файла | Размер |
|---|---|
| checkstyle-configuration-2.pom | |
| checkstyle-configuration-2.jar | 3 KB |
| checkstyle-configuration-2-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/ -->
<dependency>
<groupId>net.bluefen</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation 'net.bluefen:checkstyle-configuration:2'
// https://jarcasting.com/artifacts/net.bluefen/checkstyle-configuration/
implementation ("net.bluefen:checkstyle-configuration:2")
'net.bluefen:checkstyle-configuration:jar:2'
<dependency org="net.bluefen" name="checkstyle-configuration" rev="2">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bluefen', module='checkstyle-configuration', version='2')
)
libraryDependencies += "net.bluefen" % "checkstyle-configuration" % "2"
[net.bluefen/checkstyle-configuration "2"]