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