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-core 2.2.1


Group ID:
org.scalikejdbc
Artifact ID:
scalikejdbc-core_2.11
Version:
2.2.1
Release Date:
Dec 17, 2014
Licenses:
Files:

libraryDependencies += "org.scalikejdbc" %% "scalikejdbc-core" % "2.2.1"

Mill build tool

ivy"org.scalikejdbc::scalikejdbc-core:2.2.1"

Scala CLI

//> using dep "org.scalikejdbc::scalikejdbc-core:2.2.1"

Ammonite REPL

import $ivy.`org.scalikejdbc::scalikejdbc-core:2.2.1`

<dependency>
  <groupId>org.scalikejdbc</groupId>
  <artifactId>scalikejdbc-core_2.11</artifactId>
  <version>2.2.1</version>
</dependency>

compile group: 'org.scalikejdbc', name: 'scalikejdbc-core_2.11', version: '2.2.1'