Re: core.async JAR

2013-07-05 Thread David Pollak
I've found the core.async files are in snapshots... this line in project.clj works for me: :repositories {"sonatype-oss-public" " https://oss.sonatype.org/content/repositories/snapshots/"} On Fri, Jul 5, 2013 at 12:24 AM, James Reeves wrote: > On 4 July 2013 15:20, pmf wrote: > >> Is there

Re: core.async JAR

2013-07-04 Thread James Reeves
On 4 July 2013 15:20, pmf wrote: > Is there a prebuilt binary JAR of core.async available somewhere? I did > not find it on Clojars. If you want it as a dependency, add the following repository to your project file: :repositories {"sonatype-oss-public" " https://oss.sonatype.org/content/grou

Re: core.async JAR

2013-07-04 Thread Tassilo Horn
pmf writes: > Is there a prebuilt binary JAR of core.async available somewhere? I > did not find it on Clojars. Clone the git repository and do a "lein jar" in there. Bye, Tassilo -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

core.async JAR

2013-07-04 Thread pmf
Is there a prebuilt binary JAR of core.async available somewhere? I did not find it on Clojars. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are mod