Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard
'checkstyle:checkstyle-optional:4.3'
<dependency>
<groupId>checkstyle</groupId>
<artifactId>checkstyle-optional</artifactId>
<version>4.3</version>
</dependency>
<dependency org="checkstyle" name="checkstyle-optional" rev="4.3"/>
"checkstyle", "checkstyle-optional", "4.3"