License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdcom.solab.scalasql |
ArtifactId | ArtifactIdScalaSQL |
Last Version | Last Version0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScalaSQL
A simple JDBC interface for Scala
|
Filename | Size |
---|---|
ScalaSQL-0.9.pom | |
ScalaSQL-0.9.jar | 21 KB |
ScalaSQL-0.9-sources.jar | 4 KB |
ScalaSQL-0.9-javadoc.jar | 249 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.1 |
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 |