Liking cljdoc? Tell your friends :D
Clojure only.

depo.parser


parseclj

(parse arg)

Given a dependency string that follows the following schema [groupID/]artifactID[@version] Returns a map with the keys :groupID, :artifactID, :version

Given a dependency string that follows the following schema
[groupID/]artifactID[@version]
Returns a map with the keys `:groupID`, `:artifactID`, `:version`
sourceraw docstring

xml->mapclj

(xml->map doc)

Converts an xml string into Clojure map structure

Converts an xml string into Clojure map structure
sourceraw docstring

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

× close