I'm trying to download a couple of dependencies from the command line using dependency:copy -Dartifact=...
However, one artifact looks like this as dependency
<dependency>
<groupId>foo</groupId>
<artifactId>xml-schemas</artifactId>
<version>1.10.0-SNAPSHOT</version>
<classifier>public</classifier>
<type>zip</type>
</dependency>
How can I download this? What are the correct Maven coordinates?