我正在尝试使用以下指定的存储库:
http://sourceforge.net/p/openimaj/wiki/OpenIMAJ%20Library/
项目定义:
(defproject imaj "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:repositories [["openimaj" "http://maven.openimaj.org"]]
:dependencies [[org.clojure/clojure "1.5.1"]
[org.openimaj/openimaj "1.1"]])
但是当我做 a 时lein deps
,我收到以下错误:
Could not find artifact openimaj:openimaj:jar:1.1 in openimaj (http://maven.openimaj.org)
This could be due to a typo in :dependencies or network issues.
还有另一种方法吗?