Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coursier/coursier
Pure Scala Artifact Fetching
https://github.com/coursier/coursier
launcher sbt-plugin scala scala-native scalajs
Last synced: 7 days ago
JSON representation
Pure Scala Artifact Fetching
- Host: GitHub
- URL: https://github.com/coursier/coursier
- Owner: coursier
- License: apache-2.0
- Created: 2015-06-16T18:32:53.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:39:06.000Z (11 days ago)
- Last Synced: 2024-10-25T02:18:27.941Z (11 days ago)
- Topics: launcher, sbt-plugin, scala, scala-native, scalajs
- Language: Scala
- Homepage: https://get-coursier.io
- Size: 60.6 MB
- Stars: 2,041
- Watchers: 57
- Forks: 307
- Open Issues: 409
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - Coursier - Pure Scala Artifact Fetching. (Package Management / For Scala)
- awesome-scala-native - Coursier - Coursier's [`bootstrap` command](https://get-coursier.io/docs/cli-native-bootstrap) generates native launchers. (Programs)
README
# Coursier
[![Build status](https://github.com/coursier/coursier/workflows/CI/badge.svg)](https://github.com/coursier/coursier/actions?query=workflow%3ACI)
[![Join the chat at https://gitter.im/coursier/coursier](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coursier/coursier?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/io.get-coursier/coursier_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/io.get-coursier/coursier_2.12)
[![Scaladoc](https://javadoc-badge.appspot.com/io.get-coursier/coursier-core_2.12.svg?label=scaladoc)](https://javadoc-badge.appspot.com/io.get-coursier/coursier-core_2.12)## Documentation
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 the [website](https://get-coursier.io) for more details.
## Code of Conduct
The coursier project welcomes contributions from anybody wishing to participate.
All code or documentation that is provided must be licensed with the same
license that coursier is licensed with (Apache 2.0, see LICENSE).People are expected to follow the [Scala Code of Conduct](https://www.scala-lang.org/conduct)
when discussing coursier on GitHub, Gitter channel, or other venues.Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted.
## Acknowledgments
Large parts of the developments in coursier since Sep. 2018 have been funded by the [Scala Center](https://scala.epfl.ch), through the employment or contracting of myself (Alexandre Archambault).