Download

The current stable release is 3.5.0-RC1 and is available for Scala 2.12 and 2.13.

The easiest way to get started is to download the Hello Slick sample.

To include Slick in an existing project just add the dependency to your build tool.

For sbt projects (which includes Play Framework applications), add the following to your libraryDependencies:

"com.typesafe.slick" %% "slick" % "3.5.0-RC1"

For Maven projects add the following to your <dependencies>, adjusting the Scala version as appropriate:

<dependency>
    <groupId>com.typesafe.slick</groupId>
    <artifactId>slick_2.13</artifactId>
    <version>3.5.0-RC1</version>
</dependency>

You can find snippets for other build tools on Scaladex.

For more information please see the documentation.

The code is hosted on on GitHub. Development happens on the main branch.

Contents