Is there a way to import java classes from a git deps?
if the git dep has a prep step that compiles the classes to a folder, that's really the only way
https://clojure.org/reference/deps_and_cli#prep
thanks!