https://github.com/clojure/clojure-contrib This link of clojure asks to use Monolithic Contrib
with clojure 1.3
. From where can i get jar of Monolithic Contrib
or jar is same as clojure-contrib
?
Monolithic contrib was discontinued in Clojure 1.3, last available version is for 1.2. For 1.3 you need to use separate contrib libraries, as they listed on Clojure Contrib page.
Splitting of contrib into separate libraries allows to develop them without additional dependencies on each other...