asdf-coursier [](https://github.com/jiahuili430/asdf-coursier/actions/workflows/build.yml) [](https://github.com/jiahuili430/asdf-coursier/actions/workflows/lint.yml)
February 6, 2025 · View on GitHub
asdf-coursier

coursier plugin for the asdf version manager.
Contents
Dependencies
bash,curl,tar, and POSIX utilities.
Install
Plugin:
asdf plugin add coursier
# or
asdf plugin add coursier https://github.com/jiahuili430/asdf-coursier.git
coursier:
# Show all installable versions
asdf list all coursier
# Install specific version
asdf install coursier latest
# Set a version in the user's home directory (on your ~/.tool-versions file)
asdf set --home coursier latest
# Now coursier commands are available
coursier --help
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.