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