clojure (defn divide [a b] (try (/ a b) (catch ArithmeticException e (finally clojure (defproject my-project "1.0.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.10.1"] [com.library/library "1.0.0"]])