This document discusses setting up and running the sbt build tool on Unix and Windows systems. It explains that sbt projects have the same structure as Maven projects, with a build.sbt file defining dependencies that are either managed and downloaded automatically from repositories or unmanaged jars dropped into a lib directory. It concludes by asking if there are any questions.
9. Library Dependencies
unmanaged dependencies: are jars
dropped into the lib directory.
managed dependencies: are configured
in the build definition and downloaded
automatically from repositories.
possible to have: pom or ivy config
dependency manager