com.yugabyte/cassaforte

A Clojure client for YugaByte that supports Cassandra Query Language and wire protocol

Leiningen/Boot

[com.yugabyte/cassaforte "3.0.0-alpha2-yb-1"]

Clojure CLI/deps.edn

com.yugabyte/cassaforte {:mvn/version "3.0.0-alpha2-yb-1"}

Gradle

implementation("com.yugabyte:cassaforte:3.0.0-alpha2-yb-1")

Maven

<dependency>
  <groupId>com.yugabyte</groupId>
  <artifactId>cassaforte</artifactId>
  <version>3.0.0-alpha2-yb-1</version>
</dependency>