Although the README says:
Latest stable release: 0.1.0
With Leiningen, add the following to you project.clj file:
[com.thortech/data.edn "0.1.0"]
That doesn't seem to work for me:
$ lein deps
Could not find artifact com.thortech:data.edn:jar:0.1.0 in central (http://repo1.maven.org/maven2/)
Could not find artifact com.thortech:data.edn:jar:0.1.0 in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
Now I have to jump through all sorts of hoops to get it installed in my local repository. I would much prefer to just pull it from either Clojars or Maven Central. Would you be so kind to publish it there?
Thanks in advance.
Although the README says:
That doesn't seem to work for me:
Now I have to jump through all sorts of hoops to get it installed in my local repository. I would much prefer to just pull it from either Clojars or Maven Central. Would you be so kind to publish it there?
Thanks in advance.