mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 20:04:03 +02:00
21 lines
345 B
Markdown
21 lines
345 B
Markdown
![]() |
# sbt
|
||
|
|
||
|
> Build tool for Scala and Java projects.
|
||
|
> More information: <https://www.scala-sbt.org/1.0/docs/index.html>.
|
||
|
|
||
|
- Start the SBT interactive shell (REPL):
|
||
|
|
||
|
`sbt`
|
||
|
|
||
|
- Use the specified version of sbt:
|
||
|
|
||
|
`sbt -sbt-version {{version}}`
|
||
|
|
||
|
- Use a specific jar file as the sbt launcher:
|
||
|
|
||
|
`sbt -sbt-jar {{path}}`
|
||
|
|
||
|
- List all sbt options:
|
||
|
|
||
|
`sbt -h`
|