s

squeryl_2.10

A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
http://squeryl.org
Apache 2
com.github.aselab
Maxime Lévesque Dave Whittaker
Files download
File Operation
squeryl_2.10-0.9.6-M2.jar download
squeryl_2.10-0.9.6-M2.pom download
squeryl_2.10-0.9.6-M2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aselab</groupId>
  <artifactId>squeryl_2.10</artifactId>
  <version>0.9.6-M2</version>
</dependency>
Gradle Groovy
implementation 'com.github.aselab:squeryl_2.10:0.9.6-M2'
Gradle Kotlin
implementation("com.github.aselab:squeryl_2.10:0.9.6-M2")
Scala SBT
libraryDependencies += "com.github.aselab" % "squeryl_2.10" % "0.9.6-M2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aselab', module='squeryl_2.10', version='0.9.6-M2')
)
Apache Ivy
<dependency org="com.github.aselab" name="squeryl_2.10" rev="0.9.6-M2" />
Leiningen
[com.github.aselab/squeryl_2.10 "0.9.6-M2"]
Apache Buildr
'com.github.aselab:squeryl_2.10:jar:0.9.6-M2'