Re: how do I use data.priority-map

2011-09-29 Thread Sean Corfield
On Thu, Sep 29, 2011 at 2:39 AM, Sean Corfield wrote: > I'll shake the tree to encourage releases to Maven for the rest of the > contrib libraries. I could/should make a release of > data.priority-map... I helped Mark get his three contrib libraries > migrated and setup and the only reason I haven

Re: how do I use data.priority-map

2011-09-29 Thread Sean Corfield
On Thu, Sep 29, 2011 at 12:11 AM, Sunil S Nandihalli wrote: > answering my own question ... > aah .. I can just go to the sonatype repository and findout .. thanks If something isn't listed on Maven Central here http://search.maven.org/#search%7Cga%7C1%7Corg.clojure then you'll have to dig around

Re: how do I use data.priority-map

2011-09-29 Thread Sunil S Nandihalli
answering my own question ... aah .. I can just go to the sonatype repository and findout .. thanks Sunil. On Thu, Sep 29, 2011 at 5:46 AM, Sean Corfield wrote: > No builds have yet been released to Maven. > > You can, however, use the snapshot from Sonatype. Add the following to > project.clj:

Re: how do I use data.priority-map

2011-09-29 Thread Sunil S Nandihalli
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 wrote: > No builds

Re: how do I use data.priority-map

2011-09-28 Thread Sean Corfield
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 depende

Re: how do I use data.priority-map

2011-09-28 Thread Mark Engelberg
I see it here: https://oss.sonatype.org/content/groups/public/org/clojure/ so based on the version number here: https://oss.sonatype.org/content/groups/public/org/clojure/data.priority-map/ I assume it can be added to one's project with a version number of 0.0.1-SNAPSHOT I'm still trying to figure

Re: how do I use data.priority-map

2011-09-28 Thread Sunil S Nandihalli
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) Thanks, Sunil. On Thu, Sep 29, 2011 at 3:34 AM, Sunil S Nandihalli < sunil.nandiha