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