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