<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>0.9.1.v20140329</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-impl', version='0.9.1.v20140329')
)
<parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>0.9.1.v20140329</version> </parent>
compile
|-- org.eclipse.aether:aether-api
|-- org.eclipse.aether:aether-spi
|-- org.eclipse.aether:aether-util
provided
|-- org.codehaus.plexus:plexus-component-annotations
|-- org.eclipse.sisu:org.eclipse.sisu.plexus
|-- org.eclipse.sisu:org.eclipse.sisu.inject
|-- org.sonatype.sisu:sisu-guice
test
|-- junit:junit