(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"'
(tree _)
Print deps tree. Takes an opts map, but no opts yet.
Print deps tree. Takes an opts map, but no opts yet.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close