squeryl

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

License

License

GroupId

GroupId

org.squeryl
ArtifactId

ArtifactId

squeryl_2.13.0-M3
Last Version

Last Version

0.9.12
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

org.squeryl

Download squeryl_2.13.0-M3

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.0-M3
cglib : cglib-nodep jar 3.2.6
org.json4s : json4s-scalap_2.13.0-M3 jar 3.5.3
org.scala-lang.modules : scala-xml_2.13.0-M3 jar 1.1.0

provided (5)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.197
mysql : mysql-connector-java jar 5.1.46
org.postgresql : postgresql jar 42.1.4.jre7
net.sourceforge.jtds : jtds jar 1.3.1
org.apache.derby : derby jar 10.11.1.1

test (2)

Group / Artifact Type Version
org.xerial : sqlite-jdbc jar 3.21.0.1
org.scalatest : scalatest_2.13.0-M3 jar 3.0.5-M1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.12
0.9.11
0.9.10