On Thursday, October 25, 2012 5:04:23 PM UTC-4, John Gabriele wrote: > > > Some notes about contrib libs: > > * all have a group-id of "org.clojure", and > * all have github project names like "foo.bar" (ex. > "math.combinatorics"), under https://github.com/clojure > * all have namespace names like "clojure.foo.bar" (ex. > "clojure.math.combinatorics"). > * they're hosted at maven central, not at clojars > * you can find them all listed at > http://dev.clojure.org/display/doc/Clojure+Contrib > > Oooh, one more bullet point for contrib libs:
* they don't have a project.clj file. They use a .... pom.xml file instead! Thought I'd add that, being that it's so close to Halloween and all. ;) Some notes about 3rd-party Clojure libs: > > * many have a group-id the same as their artifact-id > * most are hosted at github, and usually the github project name is the > same as the artifact-id > * most are available at Clojars via leiningen > * many have a namespace like "my-proj.core" > Most of these are, of course, managed by Leiningen and so *do* have a project.clj file. ---John -- 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