
cs-fetch
List of commands for cs-fetch:
-
cs-fetch:tldr:17a7d cs-fetch: Fetch jars coming from dependency files.$ cs fetch ${--dependency-file filename1 --dependency-file filename2 ---}try on your machineexplain this command
-
cs-fetch:tldr:46ff2 cs-fetch: Fetch a source of a specific jar.$ cs fetch --sources ${group_id}:${artifact_id}:${artifact_version}try on your machineexplain this command
-
cs-fetch:tldr:b07a8 cs-fetch: Fetch a package and evaluate the classpath corresponding to the selected package in an env var.$ CP="$(cs fetch --classpath org.scalameta::scalafmt-cli:latest.release)"try on your machineexplain this command
-
cs-fetch:tldr:b7e0c cs-fetch: Fetch dependency with javadoc jars and source jars.$ cs fetch --default=${true} --sources --javadoc ${group_id}:${artifact_id}:${artifact_version}try on your machineexplain this command
-
cs-fetch:tldr:bc16b cs-fetch: Fetch a specific version of a jar.$ cs fetch ${group_id}:${artifact_id}:${artifact_version}try on your machineexplain this command
-
cs-fetch:tldr:de1fe cs-fetch: Fetch the javadoc jars.$ cs fetch --javadoc ${group_id}:${artifact_id}:${artifact_version}try on your machineexplain this command