Explore >> Select a destination


You are here

www.deps.co
| | danielcompton.net
13.3 parsecs away

Travel
| | At work, we have recently converted our projects to the Clojure CLI and deps.edn. There were a few commands from Leiningen that I needed to find an equivalent for when working with dependencies. Download all dependencies Often in a CI environment, you want to download all of the dependencies for a project before building the project. In Leiningen, you can use lein deps to do this. You can use clojure -P to Prepare the project with the Clojure CLI.
| | mirocupak.com
14.5 parsecs away

Travel
| | Validating OAS 3 specification in your CI build
| | studiofreya.org
14.7 parsecs away

Travel
| |
| | www.jasonwhaley.com
49.6 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...