| License | License | 
|---|---|
| Categories | CategoriesCheckstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config | 
| GroupId | GroupIdorg.apache.directory.buildtools | 
| ArtifactId | ArtifactIdcheckstyle-configuration | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Directory Checkstyle Configuration Customized checkstyle configuration used by the maven-checkstyle-plugin. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/ -->
<dependency>
    <groupId>org.apache.directory.buildtools</groupId>
    <artifactId>checkstyle-configuration</artifactId>
    <version>2.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation 'org.apache.directory.buildtools:checkstyle-configuration:2.0.1'// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation ("org.apache.directory.buildtools:checkstyle-configuration:2.0.1")'org.apache.directory.buildtools:checkstyle-configuration:jar:2.0.1'<dependency org="org.apache.directory.buildtools" name="checkstyle-configuration" rev="2.0.1">
  <artifact name="checkstyle-configuration" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.directory.buildtools', module='checkstyle-configuration', version='2.0.1')
)libraryDependencies += "org.apache.directory.buildtools" % "checkstyle-configuration" % "2.0.1"[org.apache.directory.buildtools/checkstyle-configuration "2.0.1"]