sbt - simple build tool

10
@Andre_Mayer

Upload: andre-mayer

Post on 23-Jun-2015

510 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Sbt - Simple Build Tool

@Andre_Mayer

Page 2: Sbt - Simple Build Tool

Senor Abravanel

...

...

Maoooeeee Silvio!!!!!

Page 3: Sbt - Simple Build Tool
Page 4: Sbt - Simple Build Tool
Page 5: Sbt - Simple Build Tool

Windows > >

Unix:

Setup sbt:

Page 6: Sbt - Simple Build Tool

Setup & Running

Page 7: Sbt - Simple Build Tool

sbt project structure

Same structure as maven projects:

Page 8: Sbt - Simple Build Tool

build.sbt

Page 9: Sbt - Simple Build Tool

Library Dependencies

• unmanaged dependencies: are jars dropped into the lib directory.

• managed dependencies: are configured in the build definition and downloaded automatically from repositories.

dependency manager

possible to have: pom or ivy config

Page 10: Sbt - Simple Build Tool

Questions?