This api provides functions that can be executed from the Clojure tools using -X:deps.
This api provides functions that can be executed from the Clojure tools using -X:deps.
(git-resolve-tags _)
Resolve git tags in deps.edn git deps to full shas.
Resolve git tags in deps.edn git deps to full shas.
(mvn-install {:keys [lib jar pom classifier local-repo] :as opts})
Install a jar and optional pom to the Maven local cache. The group/artifact/version coordinate will be pulled from the pom if supplied, or the pom in the jar file, or must be provided. Any provided attributes override those in the pom or jar.
Options: :jar (required) - path to jar file :pom (optional) - path to pom file :lib (optional) - qualified symbol like my.org/lib :version (optional) - string :classifier (optional) - string :local-repo (optional) - path to local repo (default = ~/.m2/repository)
Execute ad-hoc: clj -X:deps mvn/install :jar '"foo.jar"'
Install a jar and optional pom to the Maven local cache. The group/artifact/version coordinate will be pulled from the pom if supplied, or the pom in the jar file, or must be provided. Any provided attributes override those in the pom or jar. Options: :jar (required) - path to jar file :pom (optional) - path to pom file :lib (optional) - qualified symbol like my.org/lib :version (optional) - string :classifier (optional) - string :local-repo (optional) - path to local repo (default = ~/.m2/repository) Execute ad-hoc: clj -X:deps mvn/install :jar '"foo.jar"'
(mvn-pom {:keys [argmaps]})
Sync or create pom.xml from deps.edn.
Options: :argmaps - vector of aliases to combine into argmaps to resolve-deps and make-classpath
Sync or create pom.xml from deps.edn. Options: :argmaps - vector of aliases to combine into argmaps to resolve-deps and make-classpath
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close