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