| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aselab |
| ArtifactId | ArtifactIdsqueryl |
| Last Version | Last Version0.9.5 |
| 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-0.9.5.pom | |
| squeryl-0.9.5.jar | 1 MB |
| squeryl-0.9.5-sources.jar | 135 KB |
| squeryl-0.9.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aselab/squeryl/ -->
<dependency>
<groupId>com.github.aselab</groupId>
<artifactId>squeryl</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aselab/squeryl/
implementation 'com.github.aselab:squeryl:0.9.5'
// https://jarcasting.com/artifacts/com.github.aselab/squeryl/
implementation ("com.github.aselab:squeryl:0.9.5")
'com.github.aselab:squeryl:jar:0.9.5'
<dependency org="com.github.aselab" name="squeryl" rev="0.9.5">
<artifact name="squeryl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aselab', module='squeryl', version='0.9.5')
)
libraryDependencies += "com.github.aselab" % "squeryl" % "0.9.5"
[com.github.aselab/squeryl "0.9.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.9.2 |
| cglib : cglib-nodep | jar | 2.2 |
| org.scala-lang : scalap | jar | 2.9.2 |
| 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.1 | jar | 1.6.1 |