Liking cljdoc? Tell your friends :D

cljdoc.util.repositories


artifact-urisclj

(artifact-uris project version)
source

artifact-uris*clj

(artifact-uris* repository project version)
source

exists?clj

(exists? repository project)
(exists? repository project version)
source

find-artifact-repositoryclj

(find-artifact-repository project)
(find-artifact-repository project version)
source

get-pom-xmlclj

(get-pom-xml project version)

Fetches contents of pom.xml for a particular artifact version.

Fetches contents of pom.xml for a particular artifact version.
sourceraw docstring

group-pathclj

(group-path project)
source

latest-release-versionclj

(latest-release-version project)
source

local-urisclj

(local-uris project version)
source

metadata-xml-uriclj

(metadata-xml-uri repository project)
(metadata-xml-uri repository project version)

Returns a URI to read metadata for the project.

For example:

(metadata-xml-uri "https://repo.clojars.org/" 'bidi)
=> https://repo.clojars.org/bidi/bidi/maven-metadata.xml

(metadata-xml-uri "https://repo.clojars.org/" 'bidi "2.1.3-SNAPSHOT")
=> https://repo.clojars.org/bidi/bidi/2.1.3-SNAPSHOT/maven-metadata.xml

version as the third argument should only be provided for SNAPSHOTS. URIs with non snapshot versions will result in 404.

Returns a URI to read metadata for the `project`.

For example:

```
(metadata-xml-uri "https://repo.clojars.org/" 'bidi)
=> https://repo.clojars.org/bidi/bidi/maven-metadata.xml

(metadata-xml-uri "https://repo.clojars.org/" 'bidi "2.1.3-SNAPSHOT")
=> https://repo.clojars.org/bidi/bidi/2.1.3-SNAPSHOT/maven-metadata.xml
```

`version` as the third argument should only be provided for SNAPSHOTS.
URIs with non snapshot versions will result in 404.
sourceraw docstring

releases-sinceclj

(releases-since inst)
source

resolve-snapshotclj

(resolve-snapshot repository project version)
source

version-directory-uriclj

(version-directory-uri repository project version)
source

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

× close