依赖信息

apachemaven

<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-checkstyle-plugin</artifactId>
  <version>2.16</version>
  <type>maven-plugin</type>
</dependency>

apache生成器

'org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:2.16'

apache蚂蚁

<dependency org="org.apache.maven.plugins" name="maven-checkstyle-plugin" rev="2.16">
  <artifact name="maven-checkstyle-plugin" type="maven-plugin" />
</dependency>

时髦的葡萄

@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='2.16')
)

圣杯

compile 'org.apache.maven.plugins:maven-checkstyle-plugin:2.16'

莱宁根

[org.apache.maven.plugins/maven-checkstyle-plugin "2.16"]

SBT

libraryDependencies += "org.apache.maven.plugins" %% "maven-checkstyle-plugin" % "2.16"