Download
The current release is ScalaQuery 0.9.5 for Scala 2.8.1 and 2.9.0-1. You can declare it as a
dependency in sbt or Maven projects or download the JARs directly.
sbt
Add the ScalaQuery dependency to your project:
val scalaQuery = "org.scalaquery" %% "scalaquery" % "0.9.5"
Maven
Add the Scala-Tools repository and the ScalaQuery dependency to your POM:
<dependencies>
<dependency>
<groupId>org.scalaquery</groupId>
<artifactId>scalaquery_2.8.1</artifactId>
<version>0.9.5</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>ScalaToolsMaven2Repository</id>
<name>Scala-Tools Maven2 Repository</name>
<url>http://scala-tools.org/repo-releases</url>
</repository>
</repositories>
JARs
You can download the JARs directly from the
Scala-Tools repository.
Source Code
The source code can be found
on GitHub.
Most development is happening in the
master branch. Releases are generally made
from the
stable branch and tagged with the version number.