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