is not current version
Last Version 1.1.0

org.eclipse.aether:aether-connector-basic 0.9.1.v20140329

A repository connector implementation for repositories using URI-based layouts.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.aether
ArtifactId

ArtifactId

aether-connector-basic
Version

Version

0.9.1.v20140329
Type

Type

jar

Download aether-connector-basic 0.9.1.v20140329


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