Liking cljdoc? Tell your friends :D

boot.aether


add-wagonclj

(add-wagon env coord & [mapping])
source

build-urlclj

(build-url url)

Creates java.net.URL from string

Creates java.net.URL from string
sourceraw docstring

colorize-depclj

(colorize-dep dep)
source

default-mirrorsclj

source

default-repositoriesclj

source

dep-spec->mapclj

(dep-spec->map dep)
source

dep-treeclj

(dep-tree env & [verify?])

Returns the printed dependency graph as a string.

Returns the printed dependency graph as a string.
sourceraw docstring

deployclj

(deploy env [repo-id repo-settings] jarpath pompath artifact-map)

Deploy a jar file.

The pom always needs to be passed along and valid, if artifact map is

Deploy a jar file.

The pom always needs to be passed along and valid, if artifact map is 
sourceraw docstring

get-non-proxy-hostsclj

(get-non-proxy-hosts)
source

get-proxy-settingsclj

(get-proxy-settings)
(get-proxy-settings key)

Returns a map of the JVM proxy settings

Returns a map of the JVM proxy settings
sourceraw docstring

get-signatureclj

(get-signature dep {:keys [repositories mirrors]})
source

ignore-checksumclj

(ignore-checksum [name settings])
source

installclj

(install env jarpath)
(install env jarpath pompath)
(install env jarpath pompath artifact-map)
source

jars-dep-graphclj

Given an env map, returns a dependency graph for all jar files on on the classpath.

Given an env map, returns a dependency graph for all jar files on on the
classpath.
sourceraw docstring

jars-in-dep-orderclj

(jars-in-dep-order env)

Given an env map, returns a list of all jar files on on the classpath in dependency order. Dependency order means, eg. if jar B depends on jar A then jar A will appear before jar B in the returned list.

Given an env map, returns a list of all jar files on on the classpath in
dependency order. Dependency order means, eg. if jar B depends on jar A then
jar A will appear before jar B in the returned list.
sourceraw docstring

load-certificates!clj

(load-certificates! certificates)

Load the SSL certificates specified by the project and register them for use by Aether.

Load the SSL certificates specified by the project and register them for use by Aether.
sourceraw docstring

load-wagon-mappingsclj

(load-wagon-mappings & [mapping])
source

local-repoclj

source

map->dep-specclj

(map->dep-spec {:keys [name version] :as m})
source

map-treeclj

(map-tree f tree)
source

offline?clj

source

on-transfercljmultimethod

source

resolve-dependenciesclj

(resolve-dependencies {:keys [checkouts] :as env})

Given an env map, returns a list of maps of the form {:dep [foo/bar "1.2.3"], :jar "file:..."} corresponding to the resolved dependencies (including transitive deps).

Given an env map, returns a list of maps of the form
  {:dep [foo/bar "1.2.3"], :jar "file:..."}
corresponding to the resolved dependencies (including transitive deps).
sourceraw docstring

resolve-dependencies*clj

(resolve-dependencies* env)
source

resolve-dependencies-memoized*clj

source

resolve-dependency-jarsclj

(resolve-dependency-jars env)
(resolve-dependency-jars sym-str version cljversion)
(resolve-dependency-jars sym-str version cljname cljversion)

Given an env map, resolves dependencies and returns a list of dependency jar file paths.

The 3-arity is used by boot.App to resolve dependencies for the core pods. It returns a Java array of java.io.File objects corresponding to the resolved dependencies.

Given an env map, resolves dependencies and returns a list of dependency jar
file paths.

The 3-arity is used by boot.App to resolve dependencies for the core pods.
It returns a Java array of java.io.File objects corresponding to the resolved
dependencies.
sourceraw docstring

resolve-nontransitive-dependenciesclj

(resolve-nontransitive-dependencies env dep)

Given an env map and a single dependency coordinates vector, resolves the dependency and returns its direct, non-transitive dependencies. Dependencies are returned as a list of maps of the same form as resolve-dependencies above.

Given an env map and a single dependency coordinates vector, resolves the
dependency and returns its direct, non-transitive dependencies. Dependencies
are returned as a list of maps of the same form as resolve-dependencies above.
sourceraw docstring

resolve-release-versionsclj

(resolve-release-versions env)
source

set-local-repo!clj

(set-local-repo! x)
source

set-offline!clj

(set-offline! x)
source

set-update!clj

(set-update! x)
source

sig-status-prefixclj

(sig-status-prefix dep)
source

transfer-listenerclj

(transfer-listener info)
source

update-always!clj

(update-always!)
source

update?clj

source

verify-colorsclj

source

verify-depclj

(verify-dep env dep)
source

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

× close