Arcbees build tools
This repository contains Arcbees build tools needed in order to build all Arcbees open source project.
Module included: checkstyle
##Thanks to
| Категории |
КатегорииCheckstyle Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.arcbees |
| Идентификатор | Идентификаторcheckstyle |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Имя Файла | Размер |
|---|---|
| checkstyle-1.2.pom | |
| checkstyle-1.2.jar | 4 KB |
| checkstyle-1.2-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.arcbees/checkstyle/ -->
<dependency>
<groupId>com.arcbees</groupId>
<artifactId>checkstyle</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.arcbees/checkstyle/
implementation 'com.arcbees:checkstyle:1.2'
// https://jarcasting.com/artifacts/com.arcbees/checkstyle/
implementation ("com.arcbees:checkstyle:1.2")
'com.arcbees:checkstyle:jar:1.2'
<dependency org="com.arcbees" name="checkstyle" rev="1.2">
<artifact name="checkstyle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arcbees', module='checkstyle', version='1.2')
)
libraryDependencies += "com.arcbees" % "checkstyle" % "1.2"
[com.arcbees/checkstyle "1.2"]
This repository contains Arcbees build tools needed in order to build all Arcbees open source project.
Module included: checkstyle
##Thanks to