How to copy multiple files from Artifactory to the cookbook

Similar question here, look at the answer: Looping through an array

Basically you'll want to have an array of the filenames, then loop through that array, and within the loop, use your resource to acquire the file from Artifactory.