Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Aether"

(Updated main Aether wiki page to list available contents)
Line 1: Line 1:
{{:DocumentationGuidelines/DraftHeader}} {{Aether}}
+
Welcome to the Aether wiki!
  
Aether provides a general-purpose artifact resolution mechanism that can be embedded in any Java program.
+
The articles listed below should help you to understand general concepts and to get an overview of the bigger picture. For the glory technical details, the [http://www.eclipse.org/aether/documentation/#apidocs generated API docs] should get you started instead.
  
Aether also provides Ant Tasks that allow Ant builds to have the exact same dependency management capabilities.
+
== Introduction ==
  
The Aether project does not providing any UI related to dependency management.
+
* {{AetherLink|What Is Aether}}?
 +
* {{AetherLink|Transitive Dependency Resolution}}
 +
 
 +
== Usage ==
 +
 
 +
* {{AetherLink|Using Aether in Maven Plugins}}

Revision as of 18:44, 4 February 2012

Welcome to the Aether wiki!

The articles listed below should help you to understand general concepts and to get an overview of the bigger picture. For the glory technical details, the generated API docs should get you started instead.

Introduction

Usage

Back to the top