I want to generate pleasing colour palettes autogically in #Clojure; it seems to me that this is best done in the CIELAB colour space. There's no Clojure implementation, but there is a Java one, here:
https://www.gicentre.net/utils
However, it's not in Maven. OK, download the jar.
Oh, wait, it depends on `org.processing.core`. That is in Maven, so that's alright, yes?
No, it in turn depends on two further packages which are not in Maven.
This is Python levels of DLL hell!
