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