Scaldi-Play
Scaldi integration for Play framework
Documentation hosting is in flux. Please refer to The Scaldi documentation DNS record ownership is in flux. Until that is resolved, you may need to rely on the original project's documentation. You can find an archive of the original project's homepage here, or jump directly to the documentation here. Due to it being an archived website, some of the links on it may not work properly.
Adding Scaldi-Play in Your Build
SBT Configuration (Play 2.7.x and Play 2.8.x):
libraryDependencies += "org.scaldi" %% "scaldi-play" % x.y.z
SBT Configuration (Play 2.6.x):
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.17"
SBT Configuration (Play 2.5.x):
libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.15"
SBT Configuration (Play 2.3.x):
libraryDependencies += "org.scaldi" %% "scaldi-play-23" % "0.5.6"
License
scaldi-play is licensed under Apache License, Version 2.0.