License |
License |
---|---|
Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
GroupId | GroupIdno.skatteetaten.aurora.checkstyle |
ArtifactId | ArtifactIdcheckstyle-config |
Last Version | Last Version2.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncheckstyle-config
Checkstyle configration for Skatteetaten code. Included as a dependency and run with checkstyle plugin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
checkstyle-config-2.3.4.pom | |
checkstyle-config-2.3.4.jar | 10 KB |
checkstyle-config-2.3.4-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.skatteetaten.aurora.checkstyle/checkstyle-config/ -->
<dependency>
<groupId>no.skatteetaten.aurora.checkstyle</groupId>
<artifactId>checkstyle-config</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/no.skatteetaten.aurora.checkstyle/checkstyle-config/
implementation 'no.skatteetaten.aurora.checkstyle:checkstyle-config:2.3.4'
// https://jarcasting.com/artifacts/no.skatteetaten.aurora.checkstyle/checkstyle-config/
implementation ("no.skatteetaten.aurora.checkstyle:checkstyle-config:2.3.4")
'no.skatteetaten.aurora.checkstyle:checkstyle-config:jar:2.3.4'
<dependency org="no.skatteetaten.aurora.checkstyle" name="checkstyle-config" rev="2.3.4">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.skatteetaten.aurora.checkstyle', module='checkstyle-config', version='2.3.4')
)
libraryDependencies += "no.skatteetaten.aurora.checkstyle" % "checkstyle-config" % "2.3.4"
[no.skatteetaten.aurora.checkstyle/checkstyle-config "2.3.4"]