Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdno.skatteetaten.aurora.checkstyle |
ArtifactId | ArtifactIdcheckstyle-config |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-config-2.1.0.pom | |
checkstyle-config-2.1.0.jar | 8 KB |
checkstyle-config-2.1.0-sources.jar | 6 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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.skatteetaten.aurora.checkstyle/checkstyle-config/
implementation 'no.skatteetaten.aurora.checkstyle:checkstyle-config:2.1.0'
// https://jarcasting.com/artifacts/no.skatteetaten.aurora.checkstyle/checkstyle-config/
implementation ("no.skatteetaten.aurora.checkstyle:checkstyle-config:2.1.0")
'no.skatteetaten.aurora.checkstyle:checkstyle-config:jar:2.1.0'
<dependency org="no.skatteetaten.aurora.checkstyle" name="checkstyle-config" rev="2.1.0">
<artifact name="checkstyle-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.skatteetaten.aurora.checkstyle', module='checkstyle-config', version='2.1.0')
)
libraryDependencies += "no.skatteetaten.aurora.checkstyle" % "checkstyle-config" % "2.1.0"
[no.skatteetaten.aurora.checkstyle/checkstyle-config "2.1.0"]