workday / escalar   1.7.0

MIT License GitHub

A Scala client for Elasticsearch’s HTTP API which presents Scala-idiomatic, typed interface. Elasticsearch exposes an HTTP API with several community-provided language bindings. A Java client exists for this HTTP API called Jest, but there is no Scala API. This client is currently implemented as a wrapper around Jest.

Scala versions: 2.11 2.10

escalar 1.7.0


Group ID:
com.workday
Artifact ID:
escalar_2.11
Version:
1.7.0
Release Date:
Mar 15, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.workday" %% "escalar" % "1.7.0"

Mill build tool

ivy"com.workday::escalar:1.7.0"

Scala CLI

//> using dep "com.workday::escalar:1.7.0"

Ammonite REPL

import $ivy.`com.workday::escalar:1.7.0`

<dependency>
  <groupId>com.workday</groupId>
  <artifactId>escalar_2.11</artifactId>
  <version>1.7.0</version>
</dependency>

compile group: 'com.workday', name: 'escalar_2.11', version: '1.7.0'