| Лицензия |
Лицензия
AL2
|
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis config Библиотеки уровня приложения Configuration |
| Группа | Группаio.thorntail |
| Идентификатор | Идентификаторcheckstyle-config |
| Версия | Версия4 |
| Тип | Типjar |
| Описание |
ОписаниеThorntail: Checkstyle Configuration
Thorntail: Checkstyle Configuration
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| checkstyle-config-4.pom | |
| checkstyle-config-4.jar | 4 KB |
| checkstyle-config-4-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>checkstyle-config</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/
implementation 'io.thorntail:checkstyle-config:4'
// https://jarcasting.com/artifacts/io.thorntail/checkstyle-config/
implementation ("io.thorntail:checkstyle-config:4")
'io.thorntail:checkstyle-config:jar:4'
<dependency org="io.thorntail" name="checkstyle-config" rev="4">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='checkstyle-config', version='4')
)
libraryDependencies += "io.thorntail" % "checkstyle-config" % "4"
[io.thorntail/checkstyle-config "4"]