I have an ivy file with the following dependency:
<dependency org="totimm" name="techcentral" rev="1.6.+" conf="sdk->sdk" transitive="false"/>
Is there a way to determine the version that is allowed (e.g. 1.6.0, 1.6.1, etc.) from the ant file that orders the ivy solution?
source
share