<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-checkstyle-plugin', version='3.3.0')
)
<parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> <version>39</version> </parent>
compile
|-- org.apache.maven.reporting:maven-reporting-api:3.1.1
|-- org.apache.maven.reporting:maven-reporting-impl:3.2.0
|-- org.apache.maven.doxia:doxia-sink-api:1.11.1
|-- org.apache.maven.doxia:doxia-core:1.11.1
|-- org.apache.maven.doxia:doxia-integration-tools:1.11.1
|-- org.codehaus.plexus:plexus-component-annotations:2.1.1
|-- org.codehaus.plexus:plexus-resources:1.1.0
|-- org.codehaus.plexus:plexus-utils:3.5.1
|-- org.codehaus.plexus:plexus-i18n:1.0-beta-10
|-- com.puppycrawl.tools:checkstyle:9.3
|-- org.apache.commons:commons-lang3:3.12.0
provided
|-- org.apache.maven:maven-artifact:3.2.5
|-- org.apache.maven:maven-core:3.2.5
|-- org.apache.maven:maven-model:3.2.5
|-- org.apache.maven:maven-plugin-api:3.2.5
|-- org.apache.maven.plugin-tools:maven-plugin-annotations
|-- org.eclipse.sisu:org.eclipse.sisu.plexus
test
|-- org.codehaus.plexus:plexus-container-default:2.1.1
|-- org.slf4j:slf4j-simple:1.7.36
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0
|-- org.eclipse.aether:aether-api:1.0.0.v20140518
|-- org.eclipse.aether:aether-impl:1.0.0.v20140518
|-- org.eclipse.aether:aether-connector-basic:1.0.0.v20140518
|-- org.eclipse.aether:aether-transport-wagon:1.0.0.v20140518