is not current version
Last Version 2.5.0

org.hildan.checkstyle:checkstyle-config 2.4.1

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.4.1
Type

Type

jar

Download checkstyle-config 2.4.1


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