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