License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
GroupId | GroupIdau.id.ajlane |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCheckstyle Configuration (au.id.ajlane)
A common checkstyle configuration for projects in the au.id.ajlane namespace.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-0.0.3.pom | |
checkstyle-config-0.0.3.jar | 4 KB |
checkstyle-config-0.0.3-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/ -->
<dependency>
<groupId>au.id.ajlane</groupId>
<artifactId>checkstyle-config</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/
implementation 'au.id.ajlane:checkstyle-config:0.0.3'
// https://jarcasting.com/artifacts/au.id.ajlane/checkstyle-config/
implementation ("au.id.ajlane:checkstyle-config:0.0.3")
'au.id.ajlane:checkstyle-config:jar:0.0.3'
<dependency org="au.id.ajlane" name="checkstyle-config" rev="0.0.3">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.id.ajlane', module='checkstyle-config', version='0.0.3')
)
libraryDependencies += "au.id.ajlane" % "checkstyle-config" % "0.0.3"
[au.id.ajlane/checkstyle-config "0.0.3"]