<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>1.0.1.v20141111</version>
</dependency>
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-transport-file', version='1.0.1.v20141111')
)
<dependency org="org.eclipse.aether" name="aether-transport-file" rev="1.0.1.v20141111" />
<parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>1.0.1.v20141111</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