License |
License |
---|---|
GroupId | GroupIdorg.squeryl |
ArtifactId | ArtifactIdsqueryl_2.10 |
Version | Version0.9.17 |
Type | Typejar |
Description |
Descriptionsqueryl
A Scala ORM and DSL for talking with Databases using minimum verbosity and maximum type safety
|
Project Organization |
Project Organizationorg.squeryl |
Filename | Size |
---|---|
squeryl_2.10-0.9.17.pom | |
squeryl_2.10-0.9.17.jar | 1 MB |
squeryl_2.10-0.9.17-sources.jar | 143 KB |
squeryl_2.10-0.9.17-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.squeryl/squeryl_2.10/ -->
<dependency>
<groupId>org.squeryl</groupId>
<artifactId>squeryl_2.10</artifactId>
<version>0.9.17</version>
</dependency>
// https://jarcasting.com/artifacts/org.squeryl/squeryl_2.10/
implementation 'org.squeryl:squeryl_2.10:0.9.17'
// https://jarcasting.com/artifacts/org.squeryl/squeryl_2.10/
implementation ("org.squeryl:squeryl_2.10:0.9.17")
'org.squeryl:squeryl_2.10:jar:0.9.17'
<dependency org="org.squeryl" name="squeryl_2.10" rev="0.9.17">
<artifact name="squeryl_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.squeryl', module='squeryl_2.10', version='0.9.17')
)
libraryDependencies += "org.squeryl" % "squeryl_2.10" % "0.9.17"
[org.squeryl/squeryl_2.10 "0.9.17"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.7 |
cglib : cglib-nodep | jar | 3.3.0 |
org.json4s : json4s-scalap_2.10 | jar | 3.6.12 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
mysql : mysql-connector-java | jar | 8.0.27 |
org.postgresql : postgresql | jar | 42.3.1 |
net.sourceforge.jtds : jtds | jar | 1.3.1 |
org.apache.derby : derby | jar | 10.11.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.xerial : sqlite-jdbc | jar | 3.36.0.3 |
org.scalatest : scalatest_2.10 | jar | 3.2.10 |