System Grab Bag

View all TLDR pages from common (or from all pages)

coursier

Application and artifact manager for the Scala language, it can install Scala applications and setup your Scala development environment. Some subcommands such as install, launch, java, fetch, resolve, complete-dep, etc. have their own usage documentation. More information: https://get-coursier.io/docs/overview.
  • Display version:
    cs version
  • Show a list of the installed applications:
    cs list
  • Install a specific application:
    cs install {{application_name}}
  • Uninstall a specific application:
    cs uninstall {{application_name}}
  • Setup machine for the Scala development:
    cs setup
  • Update all the installed applications:
    cs update

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.