License |
License |
---|---|
GroupId | GroupIdcom.basistech |
ArtifactId | ArtifactIdbuildtools |
Last Version | Last Version14.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBuildtools: Configuration files for Checkstyle and PMD
Parent POM for Basis Technology open source components.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
buildtools-14.1.1.pom | |
buildtools-14.1.1.jar | 7 KB |
buildtools-14.1.1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.basistech/buildtools/ -->
<dependency>
<groupId>com.basistech</groupId>
<artifactId>buildtools</artifactId>
<version>14.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/buildtools/
implementation 'com.basistech:buildtools:14.1.1'
// https://jarcasting.com/artifacts/com.basistech/buildtools/
implementation ("com.basistech:buildtools:14.1.1")
'com.basistech:buildtools:jar:14.1.1'
<dependency org="com.basistech" name="buildtools" rev="14.1.1">
<artifact name="buildtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='buildtools', version='14.1.1')
)
libraryDependencies += "com.basistech" % "buildtools" % "14.1.1"
[com.basistech/buildtools "14.1.1"]