is not current version
Last Version 1.2

com.rei.aether:aether-utils 1.0

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

GroupId

GroupId

com.rei.aether
ArtifactId

ArtifactId

aether-utils
Version

Version

1.0
Type

Type

jar

Download aether-utils 1.0


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