Apache IVY – Terminology

This topic is about Apache IVY - Terminology. Consider the following example ivy.xml to understand Ivy terminology. <?xml version="1.0" encoding="ISO-8859-1"?> <ivy-module version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> <info organisation="com.tutorialspoint" module="ivy-test" status="integration"> </info> <dependencies>…

Continue ReadingApache IVY – Terminology