| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis config Библиотеки уровня приложения Configuration |
| Группа | Группаat.favre.lib |
| Идентификатор | Идентификаторcheckstyle-config |
| Версия | Версия2 |
| Тип | Типjar |
| Описание |
ОписаниеCommon Checkstyle Configuration
Externalized checkstyle configuration which can be used in other Maven projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| checkstyle-config-2.pom | |
| checkstyle-config-2.jar | 4 KB |
| checkstyle-config-2-sources.jar | 4 KB |
| checkstyle-config-2-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/at.favre.lib/checkstyle-config/ -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>checkstyle-config</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/checkstyle-config/
implementation 'at.favre.lib:checkstyle-config:2'
// https://jarcasting.com/artifacts/at.favre.lib/checkstyle-config/
implementation ("at.favre.lib:checkstyle-config:2")
'at.favre.lib:checkstyle-config:jar:2'
<dependency org="at.favre.lib" name="checkstyle-config" rev="2">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='checkstyle-config', version='2')
)
libraryDependencies += "at.favre.lib" % "checkstyle-config" % "2"
[at.favre.lib/checkstyle-config "2"]