cs
Application and artifact manager for the Scala language. Installs Scala applications and sets up a Scala development environment. Some subcommands such as `install`, `launch`, `java`, `fetch`, `resolve`, `complete-dep`, etc. have their own usage documentation.
More info →Subcommands (5)
Fetch fetches the JARs of dependencies.
Install an application in the installation directory onfigured when installing `cs` (to enable the binary to be loaded add to your `.bash_profile` the `$ eval "$(cs install --env)"` command).
The `java` and `java-home` commands fetch and install JVMs. The `java` command runs them too.
Launch an application from the name directly from Maven dependencies without the need of installing it.
Resolve lists the transitive dependencies of other dependencies.