Coursier is the Scala application and artifact manager. It can install Scala applications and setup your Scala development environment. It can also download and cache artifacts from the web.
Features
- Check dependencies and run apps from them right from the command-line
- No global lock involved, so that several apps can download things at the same time
- Don't wait for the slowest repositories, and enjoy multiple downloads at the same time from repositories allowing it
- Documentation available
- Immutability and referential transparency at heart, relying on Scala futures or the IO monad of your choice
- Examples included
