Maven related functionality, mostly related to POMs.
Maven related functionality, mostly related to POMs.
(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.
(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).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close