SBT (Scala Build Tool) can be used with Maven to leverage Maven's infrastructure. The SBT Maven plugin allows integrating SBT projects with Maven. SBT was inspired by Maven's project modeling but aims to have behavior defined in Scala rather than XML. SBT projects can define a build.sbt file to configure projects, tasks, and dependencies similarly to how Maven uses POM files.