Apache Ivy is a transitive dependency manager currently being developed in the Apache Incubator. Ivy works with Apache Ant to perform Java project dependency resolution. Project dependencies are defined in an external XML file and list the resources necessary to build a project. Ivy then downloads resources, similar to the way that Apache Maven does.
Features
- Managing project dependencies
- XML-driven declaration of project dependencies
- Automatic retrieval of transitive dependency definitions and resources
- Resolution of dependency closures
- Configurable project state definitions, which allow for multiple dependency set definitions
History
Ivy was first created in September, 2004 by Jayasoft. Xavier Hanin was the principal architect and developer of the project. Jayasoft moved hosting of Ivy to Apache Incubator in October of 2006. The last version of Ivy hosted under Jayasoft was 1.4.1. Since then, the project has undergone package renaming to reflect its association with the Apache Software Foundation. Package names that were once prefixed fr.jayasoft.ivy are now org.apache.ivy. Ivy graduated from the Apache Incubator in October, 2007. It is now a sub-project of Apache Ant.
References
- Steve Loughran, Erik Hatcher: Ant in Action, Manning Publications Company, ISBN 1-932394-80-X
External links
Archival Jayasoft website
View More Summaries on Apache Ivy