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