vikbehal
vikbehal

Reputation: 1524

Monolithic Contrib for Clojure

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?

Upvotes: 3

Views: 167

Answers (1)

Alex Ott
Alex Ott

Reputation: 87329

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...

Upvotes: 6

Related Questions