<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>1.0.2.v20150114</version>
</dependency>
libraryDependencies += "org.eclipse.aether" % "aether-connector-basic" % "1.0.2.v20150114"
@Grapes(
@Grab(group='org.eclipse.aether', module='aether-connector-basic', version='1.0.2.v20150114')
)
<dependency org="org.eclipse.aether" name="aether-connector-basic" rev="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
test
|-- org.sonatype.sisu:sisu-guice
|-- junit:junit