is not current version
Last Version 2.0.1

org.apache.directory.buildtools:checkstyle-configuration 2.0.0

Customized checkstyle configuration used by the maven-checkstyle-plugin.

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis Configuration Application Layer Libs config
GroupId

GroupId

org.apache.directory.buildtools
ArtifactId

ArtifactId

checkstyle-configuration
Version

Version

2.0.0
Type

Type

jar

Download checkstyle-configuration 2.0.0


<!-- https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/ -->
<dependency>
    <groupId>org.apache.directory.buildtools</groupId>
    <artifactId>checkstyle-configuration</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation 'org.apache.directory.buildtools:checkstyle-configuration:2.0.0'
// https://jarcasting.com/artifacts/org.apache.directory.buildtools/checkstyle-configuration/
implementation ("org.apache.directory.buildtools:checkstyle-configuration:2.0.0")
'org.apache.directory.buildtools:checkstyle-configuration:jar:2.0.0'
<dependency org="org.apache.directory.buildtools" name="checkstyle-configuration" rev="2.0.0">
  <artifact name="checkstyle-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.directory.buildtools', module='checkstyle-configuration', version='2.0.0')
)
libraryDependencies += "org.apache.directory.buildtools" % "checkstyle-configuration" % "2.0.0"
[org.apache.directory.buildtools/checkstyle-configuration "2.0.0"]