Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Apache Ivy

From Wikipedia, the free encyclopedia
Package management software
Apache Ivy
Developer(s)Apache Software Foundation
Stable release
2.5.2 / September 20, 2023; 18 months ago (2023-09-20)[1]
RepositoryIvy Repository
Written inJava
Operating systemCross-platform
PlatformJava
TypeLibrary dependency
LicenseApache License 2.0
Websiteant.apache.org/ivy/

Apache Ivy is atransitivepackage manager. It is a sub-project of theApache Ant project, with which Ivy works to resolve project dependencies. An externalXML file defines project dependencies and lists the resources necessary to build a project. Ivy then resolves and downloads resources from an artifact repository: either a private repository or one publicly available on theInternet.

To some degree, it competes withApache Maven, which also manages dependencies. However, Maven is a complete build tool, whereas Ivy focuses purely on managing transitive dependencies.

History

[edit]

Jayasoft first created Ivy in September, 2004, with Xavier Hanin serving as the principalarchitect anddeveloper of the project. Jayasoft moved hosting of Ivy (then at version 1.4.1) to Apache Incubator in October 2006. Since then, the project has undergone package renaming to reflect its association with theApache Software Foundation. Package names prefixes of the formfr.jayasoft.ivy have becomeorg.apache.ivy prefixes.

Ivy graduated from the Apache Incubator in October, 2007. As of 2009 it functions as a sub-project ofApache Ant. Over time, Ivy has been used insbt (until sbt 1.3),[2]grails (until 2014),[3]gradle (until 2012),[4] andJenkins.

IvyDE, anEclipse extension for Ivy, was archived in November 2023.[5]

Features

[edit]
  • Managing project dependencies
  • XML-driven declaration of project dependencies and JAR repositories
  • Automatic retrieval oftransitive dependency definitions and resources
  • Automatic integration to publicly available artifact repositories
  • Resolution of dependency closures
  • Configurable project state definitions, which allow for multiple dependency-set definitions
  • Publishing of artifacts into a local enterprise repository

See also

[edit]
  • Apache Maven, an alternative dependency management and build tool

References

[edit]
  1. ^"Release Notes | Apache Ivy". Retrieved4 August 2024.
  2. ^sbt Reference Manual — sbt 1.3.x releases
  3. ^"Grails roadmap".grails.org. Archived fromthe original on 9 February 2014. Retrieved5 February 2014.
  4. ^"Gradle 1.0 Release Notes".
  5. ^"Home | Apache IvyDE™".The Apache Ant Project. Retrieved4 August 2024.

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Apache_Ivy&oldid=1238494355"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp