如何在clojars上查看最新版本的clojure库?

zca*_*ate 4 clojure

我正在使用石榴的添加依赖功能:

(add-dependencies :coordinates '[[incanter "1.2.3"]]
                  :repositories {"clojars" "http://clojars.org/repo"})
Run Code Online (Sandbox Code Playgroud)

但是,我通常不知道最新版本的incanter(或任何其他项目).有没有办法以编程方式检查?

Ali*_*Lee 7

$ lein ancient
[com.taoensso/timbre "2.6.2"] is available but we use "2.1.2"
[potemkin "0.3.3"] is available but we use "0.3.0"
[pandect "0.3.0"] is available but we use "0.2.3"
Run Code Online (Sandbox Code Playgroud)

clojars