| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis Configuration Библиотеки уровня приложения config |
| Группа | Группаorg.apache.directory.buildtools |
| Идентификатор | Идентификаторcheckstyle-configuration |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Directory Checkstyle Configuration
Customized checkstyle configuration used by the maven-checkstyle-plugin.
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/ -->
<dependency>
<groupId>org.apache.directory.buildtools</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation 'org.apache.directory.buildtools:checkstyle-configuration:2.0.1'
// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation ("org.apache.directory.buildtools:checkstyle-configuration:2.0.1")
'org.apache.directory.buildtools:checkstyle-configuration:jar:2.0.1'
<dependency org="org.apache.directory.buildtools" name="checkstyle-configuration" rev="2.0.1">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.buildtools', module='checkstyle-configuration', version='2.0.1')
)
libraryDependencies += "org.apache.directory.buildtools" % "checkstyle-configuration" % "2.0.1"
[org.apache.directory.buildtools/checkstyle-configuration "2.0.1"]