larousso / elastic-scala-http   1.0.0

Apache License 2.0 GitHub

Elasticsearch scala http client based on akka http

Scala versions: 2.13 2.12 2.11

elastic-scala-http 0.0.12


Group ID:
com.adelegue
Artifact ID:
elastic-scala-http_2.12
Version:
0.0.12
Release Date:
Jul 25, 2018
Licenses:

libraryDependencies += "com.adelegue" %% "elastic-scala-http" % "0.0.12"
resolvers += Resolver.bintrayRepo("larousso", "maven")

Mill build tool

ivy"com.adelegue::elastic-scala-http:0.0.12"
MavenRepository("https://dl.bintray.com/larousso/maven")

Scala CLI

//> using dep "com.adelegue::elastic-scala-http:0.0.12"

Ammonite REPL

import $ivy.`com.adelegue::elastic-scala-http:0.0.12`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray larousso maven",
  "Some(https://dl.bintray.com/larousso/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.adelegue</groupId>
  <artifactId>elastic-scala-http_2.12</artifactId>
  <version>0.0.12</version>
</dependency>

compile group: 'com.adelegue', name: 'elastic-scala-http_2.12', version: '0.0.12'