is not current version
Last Version 2.1.0

com.github.jlgrock:personal-checkstyle 2.0.0

A collection of commonly used checkstyle definitions, used for different kinds of projects

Categories

Categories

Checkstyle Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.github.jlgrock
ArtifactId

ArtifactId

personal-checkstyle
Version

Version

2.0.0
Type

Type

pom

Download personal-checkstyle 2.0.0


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