tecsisa / lightql   0.12.3

Website GitHub

A minimal external search DSL that compiles to Scala

Scala versions: 2.13 2.12 2.11

lightql-elastic 5.0.5


Group ID:
com.tecsisa
Artifact ID:
lightql-elastic_2.12
Version:
5.0.5
Release Date:
Dec 6, 2016
Licenses:

libraryDependencies += "com.tecsisa" %% "lightql-elastic" % "5.0.5"
resolvers += Resolver.bintrayRepo("tecsisa", "maven-bintray-repo")

Mill build tool

ivy"com.tecsisa::lightql-elastic:5.0.5"
MavenRepository("https://dl.bintray.com/tecsisa/maven-bintray-repo")

Scala CLI

//> using dep "com.tecsisa::lightql-elastic:5.0.5"

Ammonite REPL

import $ivy.`com.tecsisa::lightql-elastic:5.0.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray tecsisa maven-bintray-repo",
  "Some(https://dl.bintray.com/tecsisa/maven-bintray-repo)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.tecsisa</groupId>
  <artifactId>lightql-elastic_2.12</artifactId>
  <version>5.0.5</version>
</dependency>

compile group: 'com.tecsisa', name: 'lightql-elastic_2.12', version: '5.0.5'