s

scaladb_2.12

A relational database library in Scala for H2
https://github.com/scalahub/ScalaDB
The Unlicense
scalahub
scalahub
Files download
File Operation
scaladb_2.12-1.0.jar download
scaladb_2.12-1.0.pom download
scaladb_2.12-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.scalahub</groupId>
  <artifactId>scaladb_2.12</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.scalahub:scaladb_2.12:1.0'
Gradle Kotlin
implementation("io.github.scalahub:scaladb_2.12:1.0")
Scala SBT
libraryDependencies += "io.github.scalahub" % "scaladb_2.12" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.scalahub', module='scaladb_2.12', version='1.0')
)
Apache Ivy
<dependency org="io.github.scalahub" name="scaladb_2.12" rev="1.0" />
Leiningen
[io.github.scalahub/scaladb_2.12 "1.0"]
Apache Buildr
'io.github.scalahub:scaladb_2.12:jar:1.0'