Categories |
CategoriesCheckstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config |
---|---|
GroupId | GroupIdorg.n52 |
ArtifactId | ArtifactIdcheckstyle-configuration |
Version | Version8 |
Type | Typejar |
Filename | Size |
---|---|
checkstyle-configuration-8.pom | |
checkstyle-configuration-8.jar | 3 KB |
checkstyle-configuration-8-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.n52/checkstyle-configuration/ -->
<dependency>
<groupId>org.n52</groupId>
<artifactId>checkstyle-configuration</artifactId>
<version>8</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52/checkstyle-configuration/
implementation 'org.n52:checkstyle-configuration:8'
// https://jarcasting.com/artifacts/org.n52/checkstyle-configuration/
implementation ("org.n52:checkstyle-configuration:8")
'org.n52:checkstyle-configuration:jar:8'
<dependency org="org.n52" name="checkstyle-configuration" rev="8">
<artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52', module='checkstyle-configuration', version='8')
)
libraryDependencies += "org.n52" % "checkstyle-configuration" % "8"
[org.n52/checkstyle-configuration "8"]