thanks sean for your reply about how to use priority-map in my project...
However, I am curious as to how to find out as to what is the latest version
for a given library.. for example data.finger-tree that is available..


Sunil.

On Thu, Sep 29, 2011 at 5:46 AM, Sean Corfield <seancorfi...@gmail.com>wrote:

> No builds have yet been released to Maven.
>
> You can, however, use the snapshot from Sonatype. Add the following to
> project.clj:
>
>  :repositories {"sonatype-oss-public"
> "https://oss.sonatype.org/content/groups/public/"}
>
> That causes Leiningen to search the Sonatype repository.
>
> Then add this dependency:
>
>  [org.clojure/data.priority-map "0.0.1-SNAPSHOT"]
>
> That should get you going.
>
> Sean
>
> On Wed, Sep 28, 2011 at 3:21 PM, Sunil S Nandihalli
> <sunil.nandiha...@gmail.com> wrote:
> > after I posted the question .. I found this discussion . So, I guess it
> is
> > not ready for prime-time yet .. (may be I am wrong)
>
> --
> 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 moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
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 moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to