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