What is it all about?
sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant. The functionality of sbt can be extended through a plugin architecture. A dedicated website was set up for community contributed plugins, which cover various areas such as signing, packaging, publishing and releasing artifacts, connecting to other services such as blogs and databases, or integrating with other technologies such as deploying to the Android platform.
Key Features
* Little or no configuration required for simple projects * Scala-based build definition that can use the full flexibility of Scala code * Accurate incremental recompilation using information extracted from the compiler * Continuous compilation and testing with triggered execution * Packages and publishes jars * Generates documentation with scaladoc * Supports mixed Scala/Java projects * Supports testing with ScalaCheck, specs, and ScalaTest. JUnit is supported by a plugin. * Starts the Scala REPL with project classes and dependencies on the classpath * Modularization supported with sub-projects * External project support (list a git repository as a dependency!) * Parallel task execution, including parallel test execution * Library management support: inline declarations, external Ivy or Maven configuration files, or manual management
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}