<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>0.9.0.M1</version> <type>pom</type> </dependency>
implementation 'org.eclipse.aether:aether:0.9.0.M1'
implementation("org.eclipse.aether:aether:0.9.0.M1")
libraryDependencies += "org.eclipse.aether" % "aether" % "0.9.0.M1"
@Grapes( @Grab(group='org.eclipse.aether', module='aether', version='0.9.0.M1') )
<dependency org="org.eclipse.aether" name="aether" rev="0.9.0.M1" />
[org.eclipse.aether/aether "0.9.0.M1"]
'org.eclipse.aether:aether:jar:0.9.0.M1'