ScalaSQL

A simple JDBC interface for Scala

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.solab.scalasql
ArtifactId

ArtifactId

ScalaSQL
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

ScalaSQL
A simple JDBC interface for Scala

Download ScalaSQL

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.9.1

test (4)

Group / Artifact Type Version
commons-dbcp : commons-dbcp jar 1.4
junit : junit jar 4.10
org.specs2 : specs2_2.9.1 jar 1.7
com.h2database : h2 jar 1.3.162

Project Modules

There are no modules declared in this project.

Versions

Version
0.9
0.8