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