Liking cljdoc? Tell your friends :D

lucid.package.pom


coordinate->dependencyclj

(coordinate->dependency [full version])

creates a hiccup dependency entry

(coordinate->dependency '[im.chit/hara "0.1.1"]) => [:dependency [:groupId "im.chit"] [:artifactId "hara"] [:version "0.1.1"]]

creates a hiccup dependency entry

(coordinate->dependency '[im.chit/hara "0.1.1"])
=> [:dependency
    [:groupId "im.chit"]
    [:artifactId "hara"]
    [:version "0.1.1"]]
raw docstring

generate-pomclj

(generate-pom project)

generates all the pom information for the project

(pom-xml (project/project))

generates all the pom information for the project

(pom-xml (project/project))
raw docstring


pom-propertiesclj

(pom-properties project)

creates a pom.properties file

(pom-properties (project/project))

creates a pom.properties file

(pom-properties (project/project))
raw docstring

pom-xmlclj

(pom-xml project)

creates a pom.properties file

(pom-xml (project/project))

creates a pom.properties file

(pom-xml (project/project))
raw docstring

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

× close