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 |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis |
|---|---|
| GroupId | GroupIdcom.arcbees |
| ArtifactId | ArtifactIdcheckstyle-base |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| checkstyle-base-1.2.pom | |
| checkstyle-base-1.2.jar | 3 KB |
| checkstyle-base-1.2-sources.jar | 2 KB |
| Browse |
<!-- 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