GroupId | GroupIdcom.rei.aether |
---|---|
ArtifactId | ArtifactIdaether-utils |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
aether-utils-1.1.pom | |
aether-utils-1.1.jar | 15 KB |
aether-utils-1.1-sources.jar | 8 KB |
aether-utils-1.1-javadoc.jar | 48 KB |
aether-utils-1.1-allinone.jar | 4 MB |
Browse |
<!-- 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"]