Arcbees build tools
This repository contains Arcbees build tools needed in order to build all Arcbees open source project.
Module included: checkstyle
##Thanks to
Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdcom.arcbees |
ArtifactId | ArtifactIdbuild-tools |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
build-tools-1.2.pom | 2 KB |
Browse |
<!-- 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