Finds dependencies for a project file file-path
.
Supported opts
:
Option | Description |
---|---|
:transitive? | Whether to consider transitive dependencies |
Returns a map with the following keys:
Key | Description |
---|---|
:name | Name of the dependency, e.g. "org.clojure/clojure" |
:type | :mvn or :git |
:version | Version string |
:path | Directory or Jar file where the dependency was found. |
:license | License information as a map with :name and :url , or nil |
Finds dependencies for a project file `file-path`. Supported `opts`: | Option | Description | |--------|-------------| | `:transitive?` | Whether to consider transitive dependencies | Returns a map with the following keys: | Key | Description | |-----|-------------| | `:name` | Name of the dependency, e.g. `"org.clojure/clojure"` | | `:type` | `:mvn` or `:git` | | `:version` | Version string | | `:path` | Directory or Jar file where the dependency was found. | | `:license` | License information as a map with `:name` and `:url`, or `nil` |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close