Liking cljdoc? Tell your friends :D

clojure.tools.deps.alpha.tools.install


-mainclj

(-main & args)
source

installclj

(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/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)

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/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)
sourceraw docstring

(print-usage)
source

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

× close