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