DevOps

sbt – extensible build tool

sbt is an extensible build tool for Scala, Java and other JVM-based projects. It automates common development tasks including compiling source code, resolving dependencies, running tests, creating packages and publishing software.

Build definitions are written in Scala and can range from a small collection of settings to sophisticated configurations spanning multiple projects. sbt analyses the relationships between tasks and executes them in the correct order, while avoiding work that does not need to be repeated.

The software includes an interactive shell that keeps the build environment running between commands. It supports incremental compilation, continuous execution, parallel task processing and a large ecosystem of plugins that extend the core functionality.

This is free and open source software.

Key Features

  • Builds projects written in Scala, Java and other JVM languages.
  • Uses Scala-based build definitions.
  • Provides fast incremental compilation through Zinc.
  • Manages project libraries and transitive dependencies.
  • Supports builds containing multiple interdependent projects.
  • Runs tasks in parallel where their dependencies permit.
  • Offers an interactive shell for executing build commands.
  • Supports continuous compilation and testing when source files change.
  • Includes facilities for testing, packaging and publishing software.
  • Extensible through a large collection of community-developed plugins.

Website: github.com/sbt/sbt
Support:
Developer: Scala Center and sbt contributors
License: Apache License 2.0


Related Software

Build Systems
CargoRust package manager
gulpToolkit to automate & enhance your workflow
BazelBuild and test your multi-language, multi-platform projects
Apache MavenBuild automation tool used primarily for Java projects
GradleBuild tool with a focus on build automation and support for multi-language
MesonNext-generation build system
CMakeFamily of tools designed to build, test and package software
Buck2Encourages the creation of small, reusable modules
LeiningenAutomating Clojure projects
GruntJavaScript Task Runner
NinjaSmall build system with a focus on speed
xmakeCross-platform build utility based on Lua
SConsSoftware construction tool
PantsScalable build system for monorepos
PHingBuild system based on Apache Ant
Rakemake-like build utility for Ruby
Apache AntTool for automating software build processes
CabalCommon Architecture for Building Applications and Libraries

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted