Where to Find DL4J Example Data

Is the dl4j example data still available anywhere. I’m trying to run the BasicCSVClassifier but it is failing at:
dataLocalPath = DownloaderUtility.DATAEXAMPLES.Download();
eats = readEnumCSV(“animals/eats.csv”);
sounds = readEnumCSV(“animals/sounds.csv”);
classifiers = readEnumCSV(“animals/classifiers.csv”);
Invalid Host.

@mrenzi look under the .deeplearning4j directory in your home directory…