coursier

Pure Scala artifact fetching and dependency resolution tool

brewmacoslinux
Try with needOr install directly
Source

About

Pure Scala Artifact Fetching

Commands

coursiercs

Examples

Fetch a JAR artifact from Maven repositories$ coursier fetch org.scala-lang:scala-library:2.13.10
Install and launch a Scala application$ cs install scala
Create a classpath from dependencies for compilation$ coursier fetch --classpath org.apache.spark:spark-core_2.13:3.3.0