| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis config Библиотеки уровня приложения Configuration |
| Группа | Группаorg.hildan.checkstyle |
| Идентификатор | Идентификаторcheckstyle-config |
| Последняя версия | Последняя версия2.5.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcheckstyle-config
A checkstyle configuration shared by multiple projects
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| checkstyle-config-2.5.0.pom | |
| checkstyle-config-2.5.0.jar | 2 KB |
| checkstyle-config-2.5.0-sources.jar | 2 KB |
| checkstyle-config-2.5.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/ -->
<dependency>
<groupId>org.hildan.checkstyle</groupId>
<artifactId>checkstyle-config</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation 'org.hildan.checkstyle:checkstyle-config:2.5.0'
// https://jarcasting.com/artifacts/org.hildan.checkstyle/checkstyle-config/
implementation ("org.hildan.checkstyle:checkstyle-config:2.5.0")
'org.hildan.checkstyle:checkstyle-config:jar:2.5.0'
<dependency org="org.hildan.checkstyle" name="checkstyle-config" rev="2.5.0">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hildan.checkstyle', module='checkstyle-config', version='2.5.0')
)
libraryDependencies += "org.hildan.checkstyle" % "checkstyle-config" % "2.5.0"
[org.hildan.checkstyle/checkstyle-config "2.5.0"]