| 属性 | 描述 | 必要 |
| pattern | the pattern to use to copy the dependencies 用来复制依赖的正则表达式 | No. 默认为 ${ivy.retrieve.pattern} |
| ivypattern | the pattern to use to copy the ivy files of dependencies since 1.3 从1.3起用来复制依赖的ivy文件的正 则表达式 | No. 默认不获取依赖的ivy文件 |
| conf | a comma separated list of the configurations to retrieve 用于获取的配置的列表,逗号分隔 | No.默认为被最后一次resolve调用解析好的配置,或者在没有显示调用resoleve时的* |
| sync | true to synchronize the destination, false to just make a copy since 1.4 从1.4起 true 同步目录路径, false仅仅复制 | No. 默认为 false |
| type | comma separated list of accepted artifact types since 1.4 从1.4起 可接受的制品类型列表,逗号分隔 | No. 默认所有制品类型都被接受 |
| symlink | true to create symbolic links, false to copy the artifacts. The destination of the symbolic links depends on the value of the useOrigin attribute (since 2.0) true 创建符号链接,false复制制品。符号链接的目的地取决于 useOrigin属性的值(从2.0起) | No. 默认为 false |
| settingsRef | A reference to the ivy settings that must be used by this task (since 2.0) 必须被这次任务使用的iry设 置的引用 | No, 默认使用"ivy.instance" |
| log | the log setting to use during the resolve and retrieve process. (since 2.0) Available options are the same as for resolve when used to trigger resolve automatically (see postresolvetask), or the following for the retrieve process only: default the default log settings, where all usual messages are output to the console quiet disable all usual messages, making the whole retrieve process quiet unless errors occur | No, defaults to "default". |