<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>0.9.0.v20140226</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-transport-file', version='0.9.0.v20140226')
)
<dependency org="org.eclipse.aether" name="aether-transport-file" rev="0.9.0.v20140226" />
<parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>0.9.0.v20140226</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
test
|-- org.eclipse.sisu:org.eclipse.sisu.plexus
|-- org.sonatype.sisu:sisu-guice
|-- junit:junit