<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>1.0.0.v20140518</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-transport-file', version='1.0.0.v20140518')
)
<dependency org="org.eclipse.aether" name="aether-transport-file" rev="1.0.0.v20140518" />
<parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>1.0.0.v20140518</version> </parent>
compile
|-- org.eclipse.aether:aether-api
|-- org.eclipse.aether:aether-spi
|-- org.eclipse.aether:aether-util
provided
test
|-- org.sonatype.sisu:sisu-guice
|-- junit:junit