I tried to include this library in an empty project to see if it works.
Got the following error :

Output :

> ~/testproject$ lein deps
> Could not find artifact org.clojure:data.dependency:pom:0.1.0 in central (
> http://repo1.maven.org/maven2)
> Could not find artifact org.clojure:data.dependency:pom:0.1.0 in clojars (
> https://clojars.org/repo/)
> Could not find artifact org.clojure:data.dependency:jar:0.1.0 in central (
> http://repo1.maven.org/maven2)
> Could not find artifact org.clojure:data.dependency:jar:0.1.0 in clojars (
> https://clojars.org/repo/)
> Check :dependencies and :repositories for typos.
> It's possible the specified jar is not in any repository.
> If so, see "Free-floating Jars" under http://j.mp/repeatability
> Could not resolve dependencies
>


Project.clj

> (defproject testproject "0.1.0-SNAPSHOT"
>   :description "FIXME: write description"
>   :url "http://example.com/FIXME";
>   :license {:name "Eclipse Public License"
>             :url "http://www.eclipse.org/legal/epl-v10.html"}
>   :dependencies [[org.clojure/clojure "1.4.0"]
>                 * [org.clojure/data.dependency "0.1.0"]*])
>


On Mon, Sep 10, 2012 at 7:43 PM, Karsten Schmidt <i...@toxi.co.uk> wrote:

> On 16 May 2012 22:59, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> > As part of my long-delayed effort to get namespace dependency parsing
> into
> > Contrib, I offer the clojure.data.dependency library:
> >
> > https://github.com/stuartsierra/data.dependency
> >
> > This is wholly my own work. I give permission to release it under the
> > Clojure Contributor Agreement.
>
> Hi Stuart,
>
> is this library available in any public repo? I can't find it
> anywhere, neither central, sonatype oss or Clojars. Would you be able
> to publish it to any of them or mind if I push it to Clojars?
>
> Thanks, K.
>
> --
> 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