(valid-dependency-map? {:keys [groupID artifactID version]})Given a map with dependency coordinate data, return true if valid.
Given a map with dependency coordinate data, return true if valid.
(valid-id? id)Returns true if the groupID or artifactID are valid IDs.
false otherwise.
Returns `true` if the groupID or artifactID are valid IDs. `false` otherwise.
(valid-version? ver)Returns true if the version number is a valid version String. false otherwise.
Returns `true` if the version number is a valid version `String`. `false` otherwise.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |