Liking cljdoc? Tell your friends :D

depo.resolver


conform-versionclj

(conform-version arg)

arg - [groupID/]artifactID Returns a map with :groupID, :artifactID and :version. If a version is not provided, the version used will be the release version.

`arg` - [groupID/]artifactID
Returns a map with `:groupID`, `:artifactID` and `:version`.
If a version is not provided, the version used will be the release version.
raw docstring

form-pathclj

(form-path {:keys [groupID artifactID]})

Returns a string path that can be used in urls given a dependency map

Returns a string path that can be used in urls given a dependency map
raw docstring

get-all-versionsclj

(get-all-versions arg)

Takes in an artifact argument [groupID/]artifactID and returns the release version.

Takes in an artifact argument [groupID/]artifactID
and returns the release version.
raw docstring

get-latest-versionclj

(get-latest-version arg)

Takes in an artifact argument [groupID/]artifactID and returns the latest version. May return nil. Use release version instead.

Takes in an artifact argument [groupID/]artifactID
and returns the latest version. May return nil. Use release version instead.
raw docstring

get-release-versionclj

(get-release-version arg)

Takes in an artifact argument [groupID/]artifactID and returns the release version.

Takes in an artifact argument [groupID/]artifactID
and returns the release version.
raw docstring

get-versionclj

(get-version arg key)

arg - [groupID/]artifactID key- either :latest, :release or :versions

`arg` - [groupID/]artifactID
`key`- either `:latest`, `:release` or `:versions`
raw docstring

get-versioningclj

(get-versioning arg)

arg - [groupID/]artifactID Returns a vec containing versioning metadata

 `arg` - [groupID/]artifactID
Returns a vec containing versioning metadata
raw docstring

reposclj


version-exists?clj

(version-exists? arg version)

arg - [groupID/]artifactID

`arg` - [groupID/]artifactID
raw docstring

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

× close