get Files
Deprecated
Returns the files for the configuration dependencies.
Return
The artifact files of the specified dependencies.
Since
3.3
Deprecated
Use getFiles instead.
Throws
when the resolve was not successful.
Deprecated
Returns the files for the specified subset of configuration dependencies.
Return
The artifact files of the specified dependencies.
Deprecated
Use an ArtifactView with a componentFilter
instead.
Parameters
dependency Spec
The filter for the configuration dependencies.
Throws
when the resolve was not successful.