<dependency>
<groupId>io.tesla.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>3.1.0</version>
</dependency>
@Grapes(
@Grab(group='io.tesla.maven', module='maven-aether-provider', version='3.1.0')
)
<parent> <groupId>io.tesla.maven</groupId> <artifactId>maven</artifactId> <version>3.1.0</version> </parent>
compile
|-- io.tesla.maven:maven-model
|-- io.tesla.maven:maven-model-builder
|-- io.tesla.maven:maven-repository-metadata
|-- org.eclipse.aether:aether-api
|-- org.eclipse.aether:aether-spi
|-- org.eclipse.aether:aether-util
|-- org.eclipse.aether:aether-impl
|-- org.eclipse.sisu:org.eclipse.sisu.plexus
|-- org.codehaus.plexus:plexus-component-annotations
|-- org.codehaus.plexus:plexus-utils
|-- org.sonatype.sisu:sisu-guice
test