| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.aether | 
| ArtifactId | ArtifactIdaether-util | 
| Version | Version1.0.2.v20150114 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| aether-util-1.0.2.v20150114.pom | |
| aether-util-1.0.2.v20150114.jar | 143 KB | 
| aether-util-1.0.2.v20150114-sources.jar | 116 KB | 
| aether-util-1.0.2.v20150114-javadoc.jar | 450 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/ -->
<dependency>
    <groupId>org.eclipse.aether</groupId>
    <artifactId>aether-util</artifactId>
    <version>1.0.2.v20150114</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/
implementation 'org.eclipse.aether:aether-util:1.0.2.v20150114'// https://jarcasting.com/artifacts/org.eclipse.aether/aether-util/
implementation ("org.eclipse.aether:aether-util:1.0.2.v20150114")'org.eclipse.aether:aether-util:jar:1.0.2.v20150114'<dependency org="org.eclipse.aether" name="aether-util" rev="1.0.2.v20150114">
  <artifact name="aether-util" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.aether', module='aether-util', version='1.0.2.v20150114')
)libraryDependencies += "org.eclipse.aether" % "aether-util" % "1.0.2.v20150114"[org.eclipse.aether/aether-util "1.0.2.v20150114"]