scalikejdbc / scalikejdbc   4.2.1

Apache License 2.0 Website GitHub

A tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-to-use APIs.

Scala versions: 3.x 2.13 2.12 2.11 2.10
sbt plugins: 1.0 0.13

scalikejdbc-jsr310 2.2.7


Group ID:
org.scalikejdbc
Artifact ID:
scalikejdbc-jsr310_2.11
Version:
2.2.7
Release Date:
Jun 6, 2015
Licenses:
Files:

libraryDependencies += "org.scalikejdbc" %% "scalikejdbc-jsr310" % "2.2.7"

Mill build tool

ivy"org.scalikejdbc::scalikejdbc-jsr310:2.2.7"

Scala CLI

//> using dep "org.scalikejdbc::scalikejdbc-jsr310:2.2.7"

Ammonite REPL

import $ivy.`org.scalikejdbc::scalikejdbc-jsr310:2.2.7`

<dependency>
  <groupId>org.scalikejdbc</groupId>
  <artifactId>scalikejdbc-jsr310_2.11</artifactId>
  <version>2.2.7</version>
</dependency>

compile group: 'org.scalikejdbc', name: 'scalikejdbc-jsr310_2.11', version: '2.2.7'