Download
The current stable release is Slick 1.0.0 for Scala 2.10.0. You can declare it as a dependency in sbt or Maven projects or download the JARs directly.
sbt
Add the Slick dependency to your build.sbt, e.g.:
libraryDependencies += "com.typesafe.slick" %% "slick" % "1.0.0"
Maven
Add the Slick dependency to your pom.xml, e.g.:
<dependencies>
<dependency>
<groupId>com.typesafe.slick</groupId>
<artifactId>slick_2.10</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
JARs
You can download the JARs directly from Maven Central.
Source Code
The source code can be found on GitHub. Most development is happening in the master branch. Releases are generally made from the major version branches and tagged with the version number.
Contents
