I have deployed release 1.3.0-alpha1 of clojure-contrib.

This is the first public release of the modularized clojure-contrib.

If you just want one big JAR file, download it from
http://github.com/clojure/clojure-contrib/downloads

If you want JARs for individual modules, look at
http://build.clojure.org/releases/org/clojure/contrib/

That list of modules is copied below.  If you want to depend on a
particular module in your Leiningen / Maven / Ivy project, use the
following coordinates:

    Group ID: org.clojure.contrib
    Artifact ID: (the module name)
    Version: 1.3.0-alpha1

For example, to depend on clojure.contrib.datalog in a Leiningen
project, your project.clj will look like this:

    (defproject foo "1.0.0"
      :dependencies
        [[org.clojure.contrib/datalog "1.3.0-alpha1"]
         ...])

If you just want to depend on all of clojure-contrib, you *should* be
able to do it by depending on the "complete" module.  Right now, this
doesn't seem to work in Leiningen unless you add :classifier "bin" to
the dependency.  I think this is because Leiningen doesn't fully
understand "pom"-style dependencies, but I'm not entirely sure.

-S


CLOJURE-CONTRIB MODULES

accumulators
agent-utils
base64
classpath
combinatorics
command-line
complete
complex-numbers
cond
condition
core
dataflow
datalog
def
error-kit
except
fcase
find-namespaces
fnmap
gen-html-docs
generic
graph
greatest-least
import-static
jar
jmx
json
lazy-seqs
lazy-xml
load-all
logging
macro-utils
macros
map-utils
math
miglayout
mmap
mock
monadic-io-streams
monads
ns-utils
parent
priority-map
probabilities
profile
prxml
reflect
repl-ln
repl-utils
seq
server-socket
set
singleton
sql
stream-utils
strint
swing-utils
trace
types
with-ns
zip-filter

-- 
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