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 4.0.0-M1


Group ID:
org.scalikejdbc
Artifact ID:
scalikejdbc-core_2.13
Version:
4.0.0-M1
Release Date:
Feb 28, 2021
Licenses:
Files:

libraryDependencies += "org.scalikejdbc" %% "scalikejdbc-core" % "4.0.0-M1"

Mill build tool

ivy"org.scalikejdbc::scalikejdbc-core:4.0.0-M1"

Scala CLI

//> using dep "org.scalikejdbc::scalikejdbc-core:4.0.0-M1"

Ammonite REPL

import $ivy.`org.scalikejdbc::scalikejdbc-core:4.0.0-M1`

<dependency>
  <groupId>org.scalikejdbc</groupId>
  <artifactId>scalikejdbc-core_2.13</artifactId>
  <version>4.0.0-M1</version>
</dependency>

compile group: 'org.scalikejdbc', name: 'scalikejdbc-core_2.13', version: '4.0.0-M1'