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