is not current version
Last Version 2.5.0

org.hildan.checkstyle:checkstyle-config 2.0.0

A checkstyle configuration shared by multiple projects

Categories

Categories

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

GroupId

org.hildan.checkstyle
ArtifactId

ArtifactId

checkstyle-config
Version

Version

2.0.0
Type

Type

jar

Download checkstyle-config 2.0.0


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