Liking cljdoc? Tell your friends :D
Clojure only.

ancient-clj.load


load-versions!clj

(load-versions! loaders {:keys [group id]})

Load all available versions for the given artifact. loaders should be a map associating a repository ID with a two-parameter function producing a seq of maps with :version/:version-string keys based on artifact group and ID.

Result will be a map associating each repository ID either with the respective seq or an instance of Throwable.

Load all available versions for the given artifact. `loaders`
should be a map associating a repository ID with a two-parameter
function producing a seq of maps with `:version`/`:version-string`
keys based on artifact group and ID.

Result will be a map associating each repository ID either with the
respective seq or an instance of Throwable.
sourceraw docstring

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

× close