is not current version
Last Version 1.2

com.rei.aether:aether-utils 1.1

Utility library to make simple use cases working with Aether much easier

GroupId

GroupId

com.rei.aether
ArtifactId

ArtifactId

aether-utils
Version

Version

1.1
Type

Type

jar

Download aether-utils 1.1


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