squeryl

A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety

License

License

GroupId

GroupId

com.github.aselab
ArtifactId

ArtifactId

squeryl_2.9.1
Last Version

Last Version

0.9.6-M2
Release Date

Release Date

Type

Type

jar
Description

Description

squeryl
A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
Project URL

Project URL

http://squeryl.org
Project Organization

Project Organization

com.github.aselab

Download squeryl_2.9.1

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.aselab/squeryl_2.9.1/ -->
<dependency>
    <groupId>com.github.aselab</groupId>
    <artifactId>squeryl_2.9.1</artifactId>
    <version>0.9.6-M2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aselab/squeryl_2.9.1/
implementation 'com.github.aselab:squeryl_2.9.1:0.9.6-M2'
// https://jarcasting.com/artifacts/com.github.aselab/squeryl_2.9.1/
implementation ("com.github.aselab:squeryl_2.9.1:0.9.6-M2")
'com.github.aselab:squeryl_2.9.1:jar:0.9.6-M2'
<dependency org="com.github.aselab" name="squeryl_2.9.1" rev="0.9.6-M2">
  <artifact name="squeryl_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aselab', module='squeryl_2.9.1', version='0.9.6-M2')
)
libraryDependencies += "com.github.aselab" % "squeryl_2.9.1" % "0.9.6-M2"
[com.github.aselab/squeryl_2.9.1 "0.9.6-M2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1
cglib : cglib-nodep jar 2.2
org.scala-lang : scalap jar 2.9.1

provided (6)

Group / Artifact Type Version
com.h2database : h2 jar 1.2.127
mysql : mysql-connector-java jar 5.1.10
postgresql : postgresql jar 8.4-701.jdbc4
net.sourceforge.jtds : jtds jar 1.2.4
org.apache.derby : derby jar 10.7.1.1
junit : junit jar 4.8.2

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.9.2 jar 1.6.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.6-M2
0.9.6-M1