Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
'com.puppycrawl.tools:checkstyle:6.13'
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.13</version>
</dependency>
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="6.13"/>
"com.puppycrawl.tools", "checkstyle", "6.13"