Clojars does NOT have the right dep. That was my attempt to test the deployment, and it didn't completely work. The problem was solved afterwards, but the project you'll find in clojars is missing the native binary. Please clone the https://github.com/uncomplicate/apple-presets project.
Then cd into accelerate and run mvn clean install. It might take a while (you also have to install "xcode command line tools") because it needs to build native libraries. Then cd into the platform dir and run mvn clan install. You should then be ready to go.
Please keep in mind that the current stable release does work on Apple MacOS, it just does not support vect-math namespace, which you can supplement with fluokitten for the time being.
Anyway, as soon as JavaCPP release the non-snapshot version, I'll release all Accelerate binaries to Clojars.
Anyway, If you can't find your way around it, you can post the steps you're doing here and the results you get, and I'll guide you.