is not current version
Last Version 1.13.1

org.sonatype.aether:aether-util 1.11

A collection of utility classes to ease usage of the repository system.

GroupId

GroupId

org.sonatype.aether
ArtifactId

ArtifactId

aether-util
Version

Version

1.11
Type

Type

jar

Download aether-util 1.11


<!-- https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/ -->
<dependency>
    <groupId>org.sonatype.aether</groupId>
    <artifactId>aether-util</artifactId>
    <version>1.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/
implementation 'org.sonatype.aether:aether-util:1.11'
// https://jarcasting.com/artifacts/org.sonatype.aether/aether-util/
implementation ("org.sonatype.aether:aether-util:1.11")
'org.sonatype.aether:aether-util:jar:1.11'
<dependency org="org.sonatype.aether" name="aether-util" rev="1.11">
  <artifact name="aether-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.aether', module='aether-util', version='1.11')
)
libraryDependencies += "org.sonatype.aether" % "aether-util" % "1.11"
[org.sonatype.aether/aether-util "1.11"]