Multi-Project Example

April 20, 2019 ยท View on GitHub

This example demonstrates how to setup a complex multi-project build.

Dependency Layout

java-deep <-- hio <-- java-shallow
              ^           ^
               \         /
                \       /
                  multi

Running the example

$ sbt multi/run

Contents

  1. 1Dependency Layout
  2. 2Running the example