Aether - Downloads

All downloads are provided under the terms and conditions of the Eclipse Foundation Software User Agreement unless otherwise specified.

Aether itself is distributed under the Eclipse Public License, 1.0.

Please see the New and Noteworthy document to get an overview of changes between releases.

Binary Bundle

The latest release of Aether can be obtained as a bundle with JARs and Javadoc. Note that this bundle contains only artifacts produced by this project, 3rd party dependencies are not included and need to be obtained separately as needed.

Source Bundle

To peek under the hood or to build the binaries yourself, a bundle with buildable sources is provided as well. This source bundle basically reflects the contents of the Git tag for the particular version.

P2 Update Site

A P2 Update Site providing binary and source features for use with Tycho or PDE is available as well.

  • Milestones: http://download.eclipse.org/aether/aether-core/milestones/

Maven Repository

Aether is also available from the Central Repository. The POM snippet below shows some example dependency declarations, just pick those dependencies that are of interest to you:

  <dependencies>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-api</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-spi</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-util</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-impl</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-connector-file</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-connector-asynchttpclient</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.aether</groupId>
      <artifactId>aether-connector-wagon</artifactId>
      <version>${aetherVersion}</version>
    </dependency>
  </dependencies>
Incubation
Incubation