kornev / kornev-mezcal-lib   0.5

MIT License GitHub

Mezcal is a lightweight, fast Cassandra database access layer for Scala keeping complete control over the CQL.

Scala versions: 2.13

mezcal 0.5


Group ID:
com.ensime
Artifact ID:
mezcal_2.13
Version:
0.5
Release Date:
Jan 17, 2022
Licenses:
MIT
Files:

libraryDependencies += "com.ensime" %% "mezcal" % "0.5"

Mill build tool

ivy"com.ensime::mezcal:0.5"

Scala CLI

//> using dep "com.ensime::mezcal:0.5"

Ammonite REPL

import $ivy.`com.ensime::mezcal:0.5`

<dependency>
  <groupId>com.ensime</groupId>
  <artifactId>mezcal_2.13</artifactId>
  <version>0.5</version>
</dependency>

compile group: 'com.ensime', name: 'mezcal_2.13', version: '0.5'