is not current version
Last Version 1.1.0

org.eclipse.aether:aether-api 1.0.2.v20150114

The application programming interface for the repository system.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-api
Version

Version

1.0.2.v20150114
Type

Type

jar

Download aether-api 1.0.2.v20150114


<!-- 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"]