From 088cb7913a6dce3e315818dd0ea97d113a7ca620 Mon Sep 17 00:00:00 2001 From: Natechawin Suthison Date: Fri, 4 Oct 2019 13:50:39 +0700 Subject: [PATCH] sbt: add page (#3299) --- pages/common/sbt.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/sbt.md diff --git a/pages/common/sbt.md b/pages/common/sbt.md new file mode 100644 index 000000000..df63b7e9f --- /dev/null +++ b/pages/common/sbt.md @@ -0,0 +1,20 @@ +# sbt + +> Build tool for Scala and Java projects. +> More information: . + +- 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`