Liking cljdoc? Tell your friends :D

vivid.art.cli.classpath


assemble-classpathclj

(assemble-classpath batch)
source

dependencies->file-pathsclj

(dependencies->file-paths dependencies)

Resolves a Lein-style list of dependencies, returning their file paths.

Resolves a Lein-style list of dependencies, returning their file paths.
sourceraw docstring

strip-uri-schemeclj

(strip-uri-scheme paths)

paths is a seq of java.lang.String formatted like a URI i.e. file:/home/me/.m2/repository/.../bleep.jar Returns a seq of strings without the scheme, file or any other.

paths is a seq of java.lang.String formatted like a URI i.e.
    file:/home/me/.m2/repository/.../bleep.jar
Returns a seq of strings without the scheme, file or any other.
sourceraw docstring

with-custom-classloadercljmacro

(with-custom-classloader classpath & body)
source

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

× close