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