(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)
Checks whether the groupID or artifactID are valid IDs
Checks whether the groupID or artifactID are valid IDs
(valid-version? ver)
Checks whether the version string is a valid version string
Checks whether the version string is a valid version string
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close