mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 16:00:05 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Fetch fetches the JARs of dependencies.
|
||||
> More information: <https://get-coursier.io/docs/cli-fetch>.
|
||||
|
||||
- Fetch a specific version of a jar:
|
||||
- Fetch a specific version of a `.jar`:
|
||||
|
||||
`cs fetch {{group_id}}:{{artifact_id}}:{{artifact_version}}`
|
||||
|
||||
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`CP="$(cs fetch --classpath org.scalameta::scalafmt-cli:latest.release)"`
|
||||
|
||||
- Fetch a source of a specific jar:
|
||||
- Fetch a source of a specific `.jar`:
|
||||
|
||||
`cs fetch --sources {{group_id}}:{{artifact_id}}:{{artifact_version}}`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user