clj-orient

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

Leiningen/Boot

[clj-orient "0.3.0"]

Clojure CLI/deps.edn

clj-orient/clj-orient {:mvn/version "0.3.0"}

Gradle

implementation("clj-orient:clj-orient:0.3.0")

Maven

<dependency>
  <groupId>clj-orient</groupId>
  <artifactId>clj-orient</artifactId>
  <version>0.3.0</version>
</dependency>