(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close