Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Usage)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{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.
+
If the wiki doesn't answer your question, feel free to reach out to us via the [http://www.eclipse.org/aether/support/ user mailing list].
  
The Aether project does not providing any UI related to dependency management.
+
== Introduction ==
 +
 
 +
* {{AetherLink|What Is Aether}}?
 +
* {{AetherLink|New and Noteworthy}}
 +
* {{AetherLink|Transitive Dependency Resolution}}
 +
* {{AetherLink|Dependency Graph}}
 +
 
 +
== Usage ==
 +
 
 +
* {{AetherLink|Getting Aether}}
 +
* {{AetherLink|Setting Aether Up}}
 +
* {{AetherLink|Creating a Repository System Session}}
 +
* {{AetherLink|Resolving Dependencies}}
 +
* {{AetherLink|Using Aether in Maven Plugins}}
 +
* {{AetherLink|Ant Tasks}}
 +
 
 +
[[Category:Aether]]

Latest revision as of 01:44, 10 July 2014

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.

If the wiki doesn't answer your question, feel free to reach out to us via the user mailing list.

Introduction

Usage

Back to the top