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.5.0


Group ID:
org.scalikejdbc
Artifact ID:
scalikejdbc-jsr310_2.12
Version:
2.5.0
Release Date:
Nov 4, 2016
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>org.scalikejdbc</groupId>
  <artifactId>scalikejdbc-jsr310_2.12</artifactId>
  <version>2.5.0</version>
</dependency>

compile group: 'org.scalikejdbc', name: 'scalikejdbc-jsr310_2.12', version: '2.5.0'