| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.ivy |
| ArtifactId | ArtifactIdivy |
| Last Version | Last Version2.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Ivy
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ivy-2.5.0.pom | |
| ivy-2.5.0.jar | 1 MB |
| ivy-2.5.0-sources.jar | 864 KB |
| ivy-2.5.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ivy/ivy/ -->
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ivy/ivy/
implementation 'org.apache.ivy:ivy:2.5.0'
// https://jarcasting.com/artifacts/org.apache.ivy/ivy/
implementation ("org.apache.ivy:ivy:2.5.0")
'org.apache.ivy:ivy:jar:2.5.0'
<dependency org="org.apache.ivy" name="ivy" rev="2.5.0">
<artifact name="ivy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ivy', module='ivy', version='2.5.0')
)
libraryDependencies += "org.apache.ivy" % "ivy" % "2.5.0"
[org.apache.ivy/ivy "2.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant Optional | jar | 1.9.14 |
| org.apache.httpcomponents : httpclient Optional | jar | 4.5.9 |
| oro : oro Optional | jar | 2.0.8 |
| org.apache.commons : commons-vfs2 Optional | jar | 2.2 |
| com.jcraft : jsch Optional | jar | 0.1.55 |
| com.jcraft : jsch.agentproxy Optional | jar | 0.0.9 |
| com.jcraft : jsch.agentproxy.connector-factory Optional | jar | 0.0.9 |
| com.jcraft : jsch.agentproxy.jsch Optional | jar | 0.0.9 |
| org.bouncycastle : bcpg-jdk15on Optional | jar | 1.62 |
| org.bouncycastle : bcprov-jdk15on Optional | jar | 1.62 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.apache.ant : ant-testutil | jar | 1.9.14 |
| org.apache.ant : ant-launcher | jar | 1.9.14 |
| org.apache.ant : ant-junit | jar | 1.9.14 |
| org.apache.ant : ant-junit4 | jar | 1.9.14 |
| ant-contrib : ant-contrib | jar | 1.0b3 |
| xmlunit : xmlunit | jar | 1.6 |