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