Add Maven dependencies and use Java libraries from Clojure without turning your code into Java-in-Lisp.
One of Clojure’s biggest practical advantages is that you can use the entire Java ecosystem: databases, HTTP clients, time libraries, cloud SDKs, observability tooling, and more.
The key engineering skill is not “can I call this library?”—it is how do I contain it?
This keeps most of your code idiomatic and test-friendly while still getting the leverage of mature Java libraries.