Liking cljdoc? Tell your friends :D

lice-comb.maven

Maven related functionality, mostly related to POMs.

Maven related functionality, mostly related to POMs.
raw docstring

pom->idscljmultimethod

(pom->ids pom)

Attempt to detect the license(s) reported in a pom.xml file. pom may be a java.io.InputStream, or anything that can be opened by clojure.java.io/input-stream.

Attempt to detect the license(s) reported in a pom.xml file. pom may be a java.io.InputStream, or anything that can be opened by clojure.java.io/input-stream.
sourceraw docstring

pom-uri-for-gavclj

(pom-uri-for-gav {:keys [group-id artifact-id version]})
(pom-uri-for-gav group-id artifact-id version)

Attempts to locate the POM for the given GAV, which is a URI that may point to a file in the local Maven repository or a remote Maven repository (e.g. on Maven Central or Clojars).

Attempts to locate the POM for the given GAV, which is a URI that may point to a file in the local Maven repository or a remote Maven repository (e.g. on Maven Central or Clojars).
sourceraw docstring

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

× close