Liking cljdoc? Tell your friends :D

ancient-clj.repositories


default-repositoriesclj

source

loaderclj

(loader {:keys [repositories] :or {repositories default-repositories} :as opts})

Create a loader function that is able to resolve all versions of an artifact from multiple repositories using pomegranate/aether. The loader function will return a map with :artifact (the parsed artifact) and :versions a map of versions per repository.

Create a loader function that is able to resolve all versions of an artifact
from multiple repositories using pomegranate/aether. The loader function will
return a map with `:artifact` (the parsed artifact) and `:versions` a map
of versions per repository.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close