com.7theta/elastica

An idiomatic clojure interface to native Elasticsearch

Leiningen/Boot

[com.7theta/elastica "0.6.0"]

Clojure CLI/deps.edn

com.7theta/elastica {:mvn/version "0.6.0"}

Gradle

implementation("com.7theta:elastica:0.6.0")

Maven

<dependency>
  <groupId>com.7theta</groupId>
  <artifactId>elastica</artifactId>
  <version>0.6.0</version>
</dependency>