Liking cljdoc? Tell your friends :D

clojure.tools.cli.api


git-resolve-tagsclj

(git-resolve-tags _)
source

mvn-installclj

(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"'
sourceraw docstring

mvn-pomclj

(mvn-pom {:keys [argmaps]})

Sync local pom.xml. Options: :argmaps - vector of aliases to combine into argmaps to resolve-deps and make-classpath

Sync local pom.xml.
Options:
  :argmaps - vector of aliases to combine into argmaps to resolve-deps and make-classpath
sourceraw docstring

treeclj

(tree _)

Print deps tree. Takes an opts map, but no opts yet.

Print deps tree. Takes an opts map, but no opts yet.
sourceraw docstring

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

× close