(deps-for-repo {[_ repo branch] :match})
poms deps <repo> # show pom versions along with its dependencies in <repo> poms deps <repo> <branch> # show pom versions along with its dependencies in <repo> for <branch>
poms deps <repo> # show pom versions along with its dependencies in <repo> poms deps <repo> <branch> # show pom versions along with its dependencies in <repo> for <branch>
(extract-from-pom repo extractor & [opts])
Looks up poms for a given repo, and passes it to an extractor fn
Looks up poms for a given repo, and passes it to an extractor fn
(extract-version poms)
A pom can either have its own version or it can specify a parent pom. Look for the version first, and if it's blank look for the parent
A pom can either have its own version or it can specify a parent pom. Look for the version first, and if it's blank look for the parent
(poms-by-path repo & [opts])
Return a map of path keys and xml-zip'd content values for all found poms in a given repo
Return a map of path keys and xml-zip'd content values for all found poms in a given repo
(poms-for-repo {[_ repo branch] :match})
poms <repo> # extract versions from poms in <repo> poms <repo> <branch> # extract versions from poms in <repo> for <branch>
poms <repo> # extract versions from poms in <repo> poms <repo> <branch> # extract versions from poms in <repo> for <branch>
(sort-pom-list poms)
Sort a map of poms by how many slashes appear in its key
Sort a map of poms by how many slashes appear in its key
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close