bizreach / elastic-scala-httpclient   4.0.0

Apache License 2.0 GitHub

Scala client and code generator for Elasticsearch

Scala versions: 2.12 2.11 2.10
sbt plugins: 0.13

elastic-scala-httpclient 1.0.6


Group ID:
jp.co.bizreach
Artifact ID:
elastic-scala-httpclient_2.11
Version:
1.0.6
Release Date:
Feb 16, 2016
Licenses:

libraryDependencies += "jp.co.bizreach" %% "elastic-scala-httpclient" % "1.0.6"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"jp.co.bizreach::elastic-scala-httpclient:1.0.6"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "jp.co.bizreach::elastic-scala-httpclient:1.0.6"

Ammonite REPL

import $ivy.`jp.co.bizreach::elastic-scala-httpclient:1.0.6`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>jp.co.bizreach</groupId>
  <artifactId>elastic-scala-httpclient_2.11</artifactId>
  <version>1.0.6</version>
</dependency>

compile group: 'jp.co.bizreach', name: 'elastic-scala-httpclient_2.11', version: '1.0.6'