Download ivy-2.2.0.jar file - Jar i

Jar examples for i:ivy

Description

You can download jar file ivy 2.2.0 in this page.

License

Apache License

Build File

You can use the following script to add ivy-2.2.0.jar to your project.

<dependency>
   <groupId>org.apache.ivy</groupId>
   <artifactId>ivy</artifactId>
   <version>2.2.0</version>
</dependency>
compile group: 'org.apache.ivy', name: 'ivy', version: '2.2.0'
libraryDependencies += "org.apache.ivy" % "ivy" % "2.2.0"
<dependency org="org.apache.ivy" name="ivy" rev="2.2.0"/>
@Grapes(@Grab(group='org.apache.ivy', module='ivy', version='2.2.0'))
'org.apache.ivy:ivy:jar:2.2.0'

Download

Click the following link to download the jar file.

ivy-2.2.0-javadoc.jar
ivy-2.2.0-sources.jar
ivy-2.2.0.jar
ivy-2.2.0.pom



Related Tutorials