#set( $command = ${project.commands.retrieve})
Retrieves dependency artifacts and places them in the project lib directory.
Ivy can be used to perform the download and requires an ivy xml file to be
placed on the classpath that describes the project dependencies. Alternatively
maven can be used to perform the download, which requires a maven pom file to
be placed on the classpath that describes the project dependencies. Use the
ProtoJ RetrieveFeature API to configure the chosen format. When choosing
between ivy and maven, be aware that transitive dependency downloading can be
turned off with ivy but not with maven.

Example:

   ${layout.scriptName} ${command.delegate.name}


