Liking cljdoc? Tell your friends :D
Clojure only.

badigeon.install


installclj

(install lib maven-coords file-path pom-file-path)
(install lib maven-coords file-path pom-file-path {:keys [local-repo]})

Install a jar file into the local maven repository.

  • lib: A symbol naming the library to install. The groupId of the installed library is the namespace of the symbol "lib" if lib is a namespaced symbol, or its name if lib is an unqualified symbol. The artifactId of the installed symbol is the name of the "lib" symbol.
  • maven-coords: A map representing the maven coordinates of the library, under the same format than the one used by tools.deps.
  • file-path: The path to the jar to be installed.
  • pom-file-path: The path to the pom.xml file to be installed.
  • local-repo: The path to the local maven repository where the library is to be installed. Default to ~/.m2/repository .
Install a jar file into the local maven repository.
- lib: A symbol naming the library to install. The groupId of the installed library is the namespace of the symbol "lib" if lib is a namespaced symbol, or its name if lib is an unqualified symbol. The artifactId of the installed symbol is the name of the "lib" symbol.
- maven-coords: A map representing the maven coordinates of the library, under the same format than the one used by tools.deps.
- file-path: The path to the jar to be installed.
- pom-file-path: The path to the pom.xml file to be installed.
- local-repo: The path to the local maven repository where the library is to be installed. Default to ~/.m2/repository .
raw docstring

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

× close