| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Checkstyle Тестирование приложения и мониторинг Code Analysis jQAssistant config Библиотеки уровня приложения Configuration |
| Группа | Группаcom.buschmais.jqassistant |
| Идентификатор | Идентификаторcheckstyle-config |
| Последняя версия | Последняя версия1.12.0-M1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеjQAssistant Checkstyle Configuration
Checkstyle configuration of of jQAssistant to ensure our coding standards.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| checkstyle-config-1.12.0-M1.pom | |
| checkstyle-config-1.12.0-M1.jar | 3 KB |
| checkstyle-config-1.12.0-M1-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/ -->
<dependency>
<groupId>com.buschmais.jqassistant</groupId>
<artifactId>checkstyle-config</artifactId>
<version>1.12.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/
implementation 'com.buschmais.jqassistant:checkstyle-config:1.12.0-M1'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant/checkstyle-config/
implementation ("com.buschmais.jqassistant:checkstyle-config:1.12.0-M1")
'com.buschmais.jqassistant:checkstyle-config:jar:1.12.0-M1'
<dependency org="com.buschmais.jqassistant" name="checkstyle-config" rev="1.12.0-M1">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant', module='checkstyle-config', version='1.12.0-M1')
)
libraryDependencies += "com.buschmais.jqassistant" % "checkstyle-config" % "1.12.0-M1"
[com.buschmais.jqassistant/checkstyle-config "1.12.0-M1"]