<dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>6.18</version> </dependency>
'com.puppycrawl.tools:checkstyle:jar:6.18'
<dependency org="com.puppycrawl.tools" name="checkstyle" rev="6.18"> <artifact name="checkstyle" type="jar" /> </dependency>
@Grapes( @Grab(group='com.puppycrawl.tools', module='checkstyle', version='6.18') )
compile 'com.puppycrawl.tools:checkstyle:6.18'
libraryDependencies += "com.puppycrawl.tools" % "checkstyle" % "6.18"
[com.puppycrawl.tools/checkstyle "6.18"]