Downloads

The latest version of the library is 0.5.8. You can view and download the sources directly from the GitHub repo. If you want want to download jars, then please do so directly from the maven central. Starting from version 0.4 Scaldi only compiled with Scala version 2.11. Below is a quick summary for every library.

scaldi

GitHub
scaldi
Latest version
0.5.8
Maven central
for scala 2.11

You and use following dependency in your SBT build:

libraryDependencies += "org.scaldi" %% "scaldi" % "0.5.8"

scaldi-play

GitHub
scaldi-play
Latest version
0.5.15
Maven central
for scala 2.11

You and use following dependency in your SBT build:

libraryDependencies += "org.scaldi" %% "scaldi-play" % "0.5.15"

scaldi-play has an example project for you to play with. It also an activator template which you can find here.

Play 2.3.x Support

Play 2.3.x is still actively supported. Please use scaldi-play-23 version 0.5.6: libraryDependencies += "org.scaldi" %% "scaldi-play-23" % "0.5.6". scaldi-play-23 also has an example project and activator template.

scaldi-akka

GitHub
scaldi-akka
Latest version
0.5.8
Maven central
for scala 2.11

You and use following dependency in your SBT build:

libraryDependencies += "org.scaldi" %% "scaldi-akka" % "0.5.8"

scaldi-akka also has an example project with an activator template.

scaldi-jsr330

GitHub
scaldi-jsr330
Latest version
0.5.9
Maven central
for scala 2.11

You and use following dependency in your SBT build:

libraryDependencies += "org.scaldi" %% "scaldi-jsr330" % "0.5.9"