<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='3.0.0')
)
<parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> <version>30</version> </parent>
compile
|-- org.apache.maven:maven-artifact:3.0
|-- org.apache.maven:maven-core:3.0
|-- org.apache.maven:maven-model:3.0
|-- org.apache.maven:maven-plugin-api:3.0
|-- org.apache.maven.reporting:maven-reporting-api:3.0
|-- org.apache.maven.reporting:maven-reporting-impl:2.3
|-- org.apache.maven.doxia:doxia-sink-api:1.4
|-- org.apache.maven.doxia:doxia-decoration-model:1.4
|-- org.apache.maven.doxia:doxia-site-renderer:1.4
|-- org.apache.maven.doxia:doxia-integration-tools:1.6
|-- org.codehaus.plexus:plexus-component-annotations
|-- org.codehaus.plexus:plexus-resources:1.1.0
|-- org.codehaus.plexus:plexus-utils:3.0.24
|-- org.codehaus.plexus:plexus-interpolation:1.24
|-- org.codehaus.plexus:plexus-velocity:1.1.8
|-- com.puppycrawl.tools:checkstyle:6.18
|-- org.apache.velocity:velocity:1.5
|-- commons-collections:commons-collections:3.2.1
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations
test
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:2.1