I am trying to understand a project based on QAF. It uses ANT for managing dependencies along with Apache IVY. While going through the ivy.xml, I saw these dependencies added in the ivy.xml.
<dependency org="com.qmetry" name="qaf" rev="2.1.14" force="true"/>
<dependency org="com.qmetry" name="qaf-support" rev="2.1.14-RC2" />
<dependency org="com.qmetry" name="qaf-support-ws" rev="latest.integration" />
<dependency org="com.qmetry" name="qaf-support-mobile" rev="latest.integration" />
Questions: On searching online for "qaf-support-mobile" to find the Maven dependency, there are no search results for the same? But still this dependency exists in ivy.xml & it works fine. What does this imply?