Version 2.17 of ModelAnt is published in the distributions repository. The documentation of the ANT tasks, types and macros of ModelAnt is published in docs/antdoc. The documentation of the java implementation code is published in docs/api.
In addition many practical example scripts are provided and documented in antdoc for education and demonstration purposes.
In order to use ModelAnt 2.17 in ANT scripts just put the contents of its lib directory in the classpath ANT is run with.
NOTE: ModelAnt 2.17 is compatible with ANT 1.7.1 and it is not compatible with ANT 1.8.x because of colliding implementations of <local> task.