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