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