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