我使用 riemann,现在我写我的riemann.config
.
我想使用clj-http
将所有事件从 riemann 流发布到我的网络服务器。但我不知道如何clj-http
从 riemann.jar 导入。
我编码(:use clj-http.client)
或(:require [clj-http.client :as client])
输入riemann.config
但出现错误:
java.lang.ClassNotFoundException: clj-http.client
谁能帮助我?