License |
License |
---|---|
GroupId | GroupIdorg.squeryl |
ArtifactId | ArtifactIdsqueryl_2.9.1 |
Last Version | Last Version0.9.6-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsqueryl
A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
squeryl_2.9.1-0.9.6-RC2.pom | |
squeryl_2.9.1-0.9.6-RC2.jar | 1 MB |
squeryl_2.9.1-0.9.6-RC2-sources.jar | 133 KB |
squeryl_2.9.1-0.9.6-RC2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.squeryl/squeryl_2.9.1/ -->
<dependency>
<groupId>org.squeryl</groupId>
<artifactId>squeryl_2.9.1</artifactId>
<version>0.9.6-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.squeryl/squeryl_2.9.1/
implementation 'org.squeryl:squeryl_2.9.1:0.9.6-RC2'
// https://jarcasting.com/artifacts/org.squeryl/squeryl_2.9.1/
implementation ("org.squeryl:squeryl_2.9.1:0.9.6-RC2")
'org.squeryl:squeryl_2.9.1:jar:0.9.6-RC2'
<dependency org="org.squeryl" name="squeryl_2.9.1" rev="0.9.6-RC2">
<artifact name="squeryl_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.squeryl', module='squeryl_2.9.1', version='0.9.6-RC2')
)
libraryDependencies += "org.squeryl" % "squeryl_2.9.1" % "0.9.6-RC2"
[org.squeryl/squeryl_2.9.1 "0.9.6-RC2"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.9.2 | jar | 1.6.1 |