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