Liking cljdoc? Tell your friends :D
Clojure only.

lucid.aether.session


sessionclj

(session system {:keys [local-repo listeners] :as opts})

creates a session from a system:

(session (system/repository-system) {}) => org.eclipse.aether.RepositorySystemSession

creates a session from a system:

(session (system/repository-system)
         {})
=> org.eclipse.aether.RepositorySystemSession
raw docstring

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

× close