# coursier **Repository Path**: mirror_jedsek/coursier ## Basic Information - **Project Name**: coursier - **Description**: https://github.com/coursier/coursier - **Primary Language**: Scala - **License**: Not specified - **Default Branch**: aether-comparison - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-14 - **Last Updated**: 2022-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sub-project `jcabi-aether` is a CLI tool that fetches and prints the dependencies of the modules given on the command-line, using [Aether](https://github.com/eclipse/aether-core) and [jcabi](https://github.com/jcabi/jcabi-aether) to do the resolution. Build it with ```scala sbt jcabi-aether/pack ``` Run like ```scala jcabi-aether/target/pack/bin/jcabi-aether "org.apache.spark:spark-core_2.10:1.4.0" ```