Basis Maven Buildtools
This project publishes checkstyle and PMD rules to Maven, so that they can be reused in multiple projects using the maven-checkstyle-plugin and maven-pmd-plugin.
License |
License |
---|---|
GroupId | GroupIdcom.basistech |
ArtifactId | ArtifactIdopen-source-buildtools |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBasis Technology Open Source Buildtools
Configuration files for Checkstyle, PMD, and bnd.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/ -->
<dependency>
<groupId>com.basistech</groupId>
<artifactId>open-source-buildtools</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/
implementation 'com.basistech:open-source-buildtools:4.0.0'
// https://jarcasting.com/artifacts/com.basistech/open-source-buildtools/
implementation ("com.basistech:open-source-buildtools:4.0.0")
'com.basistech:open-source-buildtools:jar:4.0.0'
<dependency org="com.basistech" name="open-source-buildtools" rev="4.0.0">
<artifact name="open-source-buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='open-source-buildtools', version='4.0.0')
)
libraryDependencies += "com.basistech" % "open-source-buildtools" % "4.0.0"
[com.basistech/open-source-buildtools "4.0.0"]
This project publishes checkstyle and PMD rules to Maven, so that they can be reused in multiple projects using the maven-checkstyle-plugin and maven-pmd-plugin.