MVN

uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client

Maven & Gradle

Feb 22, 2018
7 stars

Elasticsearch-Lang-Kotlin · Kotlin scripting for Elasticsearch, with text and binary scripting.

<dependency>
    <groupId>uy.kohesive.elasticsearch</groupId>
    <artifactId>elasticsearch-lang-kotlin-client</artifactId>
    <version>1.0.0-BETA-06</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-BETA-06
  • Latest Beta: 1.0.0-BETA-06

All Versions

Choose a version of uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
elasticsearch-lang-kotlin-client-1.0.0-BETA-06
elasticsearch-lang-kotlin-client-1.0.0-BETA-03.02
elasticsearch-lang-kotlin-client-1.0.0-BETA-03.01
elasticsearch-lang-kotlin-client-1.0.0-BETA-03
elasticsearch-lang-kotlin-client-1.0.0-BETA-01

How to add a dependency to Maven

Add the following uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uy.kohesive.elasticsearch</groupId>
    <artifactId>elasticsearch-lang-kotlin-client</artifactId>
    <version>1.0.0-BETA-06</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client gradle dependency to your build.gradle file:

implementation 'uy.kohesive.elasticsearch:elasticsearch-lang-kotlin-client:1.0.0-BETA-06'

Gradle Kotlin DSL: Add the following uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client gradle kotlin dependency to your build.gradle.kts file:

implementation("uy.kohesive.elasticsearch:elasticsearch-lang-kotlin-client:1.0.0-BETA-06")

How to add a dependency to SBT Scala

SBT Scala: Add the following uy.kohesive.elasticsearch : elasticsearch-lang-kotlin-client sbt scala dependency to your build.sbt file:

libraryDependencies += "uy.kohesive.elasticsearch" % "elasticsearch-lang-kotlin-client" % "1.0.0-BETA-06"