com.redbrainlabs/clj-orient

Wrapper for the OrientDB Native APIs. It supports version 1.1 of the APIs.

Leiningen/Boot

[com.redbrainlabs/clj-orient "0.5.1"]

Clojure CLI/deps.edn

com.redbrainlabs/clj-orient {:mvn/version "0.5.1"}

Gradle

implementation("com.redbrainlabs:clj-orient:0.5.1")

Maven

<dependency>
  <groupId>com.redbrainlabs</groupId>
  <artifactId>clj-orient</artifactId>
  <version>0.5.1</version>
</dependency>