Skip to main content
added 22 characters in body
Source Link
user647772
user647772

Can anyone tell me some working dependencies to get up and running with zeromq and clojure?

I've tried several but leiningen isn't able to fetch them:

(Could not find artifact org.zmq:zmq:jar:2.1.0org.zmq:zmq:jar:2.1.0 in central (http://repo1.maven.org/maven2))

[org.zmq/zmq "2.1.0"] [org.zmq/jzmq "1.0.0"]

[org.zmq/zmq "2.1.0"] [org.zmq/jzmq "1.0.0"] 

I have compiled jzmq jzmq (/usr/local/share/java/jzmq.jar/usr/local/share/java/jzmq.jar) and added this to my project.cljproject.clj:

:native-path "/usr/local/lib"

:native-path "/usr/local/lib" 

Can anyone tell me some working dependencies to get up and running with zeromq and clojure?

I've tried several but leiningen isn't able to fetch them:

(Could not find artifact org.zmq:zmq:jar:2.1.0 in central (http://repo1.maven.org/maven2))

[org.zmq/zmq "2.1.0"] [org.zmq/jzmq "1.0.0"]

I have compiled jzmq (/usr/local/share/java/jzmq.jar) and added this to my project.clj:

:native-path "/usr/local/lib"

Can anyone tell me some working dependencies to get up and running with zeromq and clojure?

I've tried several but leiningen isn't able to fetch them:

(Could not find artifact org.zmq:zmq:jar:2.1.0 in central (http://repo1.maven.org/maven2))

[org.zmq/zmq "2.1.0"] [org.zmq/jzmq "1.0.0"] 

I have compiled jzmq (/usr/local/share/java/jzmq.jar) and added this to my project.clj:

:native-path "/usr/local/lib" 
Source Link
DanS
  • 18.8k
  • 9
  • 55
  • 47

Clojure & ZeroMQ

Can anyone tell me some working dependencies to get up and running with zeromq and clojure?

I've tried several but leiningen isn't able to fetch them:

(Could not find artifact org.zmq:zmq:jar:2.1.0 in central (http://repo1.maven.org/maven2))

[org.zmq/zmq "2.1.0"] [org.zmq/jzmq "1.0.0"]

I have compiled jzmq (/usr/local/share/java/jzmq.jar) and added this to my project.clj:

:native-path "/usr/local/lib"