<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-test</artifactId>
<version>2.8.8</version>
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-compiler-test', version='2.8.8')
)
<parent> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler</artifactId> <version>2.8.8</version> </parent>
compile
|-- org.codehaus.plexus:plexus-compiler-api:2.8.8
|-- junit:junit
|-- org.apache.maven:maven-artifact-test:2.0.10
|-- org.apache.maven:maven-artifact:2.0
|-- org.apache.maven:maven-artifact-manager:2.0
|-- org.apache.maven:maven-settings:2.0
|-- org.codehaus.plexus:plexus-utils
runtime