The CrceClient.getResourceBinary in client-base must take OutputStream as parameter into which it will write the downloaded file data.
CrceJavaClient.downloadArtifact in client-java then needs to call this method (currently the implementation is missing - throws unsupported operation exception).