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