Re: clojure.math.combinatorics jar

2012-01-01 Thread Stuart Sierra
Yes, *-SNAPSHOT versions are development snapshots, generated automatically by Git / Hudson / Maven. Non-SNAPSHOT releases of Clojure and clojure-contrib are available in the Maven Central repository. SNAPSHOT releases, if they exist, are available in the Sonatype OSS repository. See http://d

Re: clojure.math.combinatorics jar

2011-12-28 Thread Mark Engelberg
I believe that 0.0.2 is the most current release. By cutting a release, that bumps the "working snapshot" number up to 0.0.3, but there have been no changes made since 0.0.2. --Mark -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gro

Re: clojure.math.combinatorics jar

2011-12-28 Thread Sean Corfield
On Tue, Dec 27, 2011 at 12:47 PM, vitalyper wrote: > Do we have this jar in clojars? Clojure Contrib is released to Maven Central. > Searched for it under "math" but could > not find it. http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.combinatorics%22 -- Se