Skip to content

DCI/scaladci-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaDCI demo app

Minimal project setup for using ScalaDCI

See ScalaDCI website for more info.

Clone this repo and play around:

  1. git clone https://github.com/dci/scaladci-demo.git
  2. Open/import project in your IDE
  3. Run MoneyTransferApp
  4. Make your own Context, Roles and Interactions...

ScalaDCI in your own project

Add the following to your project file:

libraryDependencies ++= Seq(
  "org.scaladci" %% "scaladci" % "0.5.6"
),
addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0" cross CrossVersion.full)