s

squeryl

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-0.9.5.jar download
squeryl-0.9.5.pom download
squeryl-0.9.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aselab</groupId>
  <artifactId>squeryl</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'com.github.aselab:squeryl:0.9.5'
Gradle Kotlin
implementation("com.github.aselab:squeryl:0.9.5")
Scala SBT
libraryDependencies += "com.github.aselab" % "squeryl" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aselab', module='squeryl', version='0.9.5')
)
Apache Ivy
<dependency org="com.github.aselab" name="squeryl" rev="0.9.5" />
Leiningen
[com.github.aselab/squeryl "0.9.5"]
Apache Buildr
'com.github.aselab:squeryl:jar:0.9.5'