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