Yahoo India Web Search

Search results

  1. get-coursier.io › docs › cli-overviewOverview · Coursier

    The CLI of 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. See Installation for how to install the CLI of coursier.

  2. get-coursier.io › docs › cli-installationInstallation · Coursier

    Windows. Install and run the JAR-based coursier launcher from the current directory at the Windows prompt, with. # CMD. > bitsadmin /transfer downloadCoursierCli https://github.com/coursier/launchers/raw/master/coursier " %cd% \coursier".

  3. Feb 1, 2013 · Don't wait for the slowest repositories, and enjoy multiple downloads at the same time from repositories allowing it.

  4. get-coursier.io › docs › cli-installinstall · Coursier

    The install command installs Scala applications in the installation directory configured when installing cs (~/.local/share/coursier/bin by default on Linux): $ cs install scalafmt. $ scalafmt --version.

  5. get-coursier.io › docs › overviewOverview - Coursier

    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.

  6. get-coursier.io › docs › cli-javajava · Coursier

    By default, the java and java-home commands rely on the coursier index. This index is regularly updated, and lists a large variety of JVMs for Linux / macOS / Windows. This index supports Oracle OpenJDK, AdoptOpenJDK, GraalVM community edition, Zulu, among others. To list the JVM that can be installed from it, run.

  7. get-coursier.io › docs › cli-launchlaunch · Coursier

    launch launches applications from their name, or directly from one or more Maven dependencies. The applications need not be installed with install. $ cs launch scalafmt -- -- help. scalafmt 3.0.6. Usage: scalafmt [options] [<file>...]

  8. Linux / macOS. Download and run the launcher with. $ curl -fLo coursier https://git.io/coursier-cli &&. chmod +x coursier &&. ./coursier. Note that the JAR-based launcher requires Java 8 or later to run. That is, a command like java -version should print a version >= 8.

  9. Feb 1, 2013 · For pre-1.3.x versions of sbt, sbt-coursier ensures one's dependencies are fetched via coursier rather than by sbt itself, that relied on its own custom version of Ivy. When properly set up (see below), coursier can also be used to fetch most sbt plugins.

  10. The install command goes from an application name (scala, ammonite, scalafmt, etc.) to actual dependencies via "channels", which contain one application descriptor per application. For example, the application descriptor of mdoc in the default channel contains: {. "repositories": [. "central".