Yahoo 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.

  2. Pure Scala Artifact Fetching. Contribute to coursier/coursier development by creating an account on GitHub.

  3. 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".

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

    By default, coursier uses the Main channel io.get-coursier:apps. It can be disabled with the --default-channels=false option. There also exists a Contrib channel io.get-coursier:apps-contrib, which is not used by default, and can be enabled with --contrib. For example: $ cs install --contrib proguard

  5. Mar 18, 2024 · Coursier is an artifact fetching tool written in Scala. Coursier has been used by SBT for fetching the library dependencies since 1.3.0. It supports the parallel downloading of artifacts without any global lock.

  6. Feb 1, 2010 · Pure Scala Artifact Fetching. Contribute to coursier/coursier development by creating an account on GitHub.

  7. coursier/sbt-coursier’s past year of commit activity. Scala 40 Apache-2.0 38 0 10 Updated May 25, 2024. sbt-shading Public coursier/sbt-shading’s past year of commit activity. Scala 31 Apache-2.0 10 4 0 Updated May 23, 2024. View all repositories. People. Top languages.

  8. get-coursier.io › docs › 2API · Coursier

    This page describes the new high level API of coursier, being added since 1.1.0-M10. It's still subject to source / binary compatibility breakages, even though its general outline shouldn't change much. See low level API for the former API, less subject to change.

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

  10. Download and execute the Scala installer for Windows based on Coursier, and follow the on-screen instructions. Follow the documentation from Coursier on how to install and run cs setup. Testing your setup. Check your setup with the command scala -version, which should output: $ scala -version.