I am interested in experimenting with https://github.com/arachne-framework/aristotle but it is not on clojars. I've run across this kind of thing before and used https://jitpack.io to add a GitHub repo to my leiningen project.clj. But Aristotle does not have any tags. How are people using Aristotle in their lein projects? Through :respositories or some other way?
also have good ole clj-sparql, which I wanted to keep as an ARQ wrapper
I think I can use JitPack still but I have a feeling this is not what other Aristotle users are doing...
@luke for what it is worth, I never got this working with Lein. The various routes I tried all resulted in various errors when combining these two facts 1. I was using lein to get a GitHub-based coordinate (instead of Clojars) 2. That coordinate used deps.edn and not lein I just migrated my project to use deps.edn and now I can pull in aristotle as you noted above.
I think most folks use deps.edn and a git sha ref which is pretty straightforward. I haven't used it but https://github.com/tobyhede/lein-git-deps also looks like it does what you want.
Thanks @luke , I’ll take a look at that lein link and maybe even join the deps.edn century.