<dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> <version>0.9.0.M2</version> </dependency>
implementation 'org.eclipse.aether:aether-api:0.9.0.M2'
implementation("org.eclipse.aether:aether-api:0.9.0.M2")
libraryDependencies += "org.eclipse.aether" % "aether-api" % "0.9.0.M2"
@Grapes( @Grab(group='org.eclipse.aether', module='aether-api', version='0.9.0.M2') )
<dependency org="org.eclipse.aether" name="aether-api" rev="0.9.0.M2" />
[org.eclipse.aether/aether-api "0.9.0.M2"]
'org.eclipse.aether:aether-api:jar:0.9.0.M2'
<parent> <groupId>org.eclipse.aether</groupId> <artifactId>aether</artifactId> <version>0.9.0.M2</version> </parent>
test
|-- junit:junit