MVN

com.spotify : scio-elasticsearch8_2.12

Maven & Gradle

Aug 18, 2023
2.5k stars

scio-elasticsearch8 · Scio add-on for writing to Elasticsearch

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>scio-elasticsearch8_2.12</artifactId>
    <version>0.13.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify : scio-elasticsearch8_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.2
  • Latest Release Candidate: 0.13.0-RC1

All Versions

Choose a version of com.spotify : scio-elasticsearch8_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
scio-elasticsearch8_2.12-0.14.0-dev1
scio-elasticsearch8_2.12-0.14.0-dev0
0.13.x
scio-elasticsearch8_2.12-0.13.2
scio-elasticsearch8_2.12-0.13.1
scio-elasticsearch8_2.12-0.13.0
scio-elasticsearch8_2.12-0.13.0-RC1
0.12.x
scio-elasticsearch8_2.12-0.12.8
scio-elasticsearch8_2.12-0.12.7
scio-elasticsearch8_2.12-0.12.6
scio-elasticsearch8_2.12-0.12.5
scio-elasticsearch8_2.12-0.12.4
scio-elasticsearch8_2.12-0.12.3
scio-elasticsearch8_2.12-0.12.2
scio-elasticsearch8_2.12-0.12.1
scio-elasticsearch8_2.12-0.12.0
scio-elasticsearch8_2.12-0.12.0-RC2
scio-elasticsearch8_2.12-0.12.0-RC1
scio-elasticsearch8_2.12-0.12.0-rc1
0.11.x
scio-elasticsearch8_2.12-0.11.15
scio-elasticsearch8_2.12-0.11.14
scio-elasticsearch8_2.12-0.11.13
scio-elasticsearch8_2.12-0.11.12
scio-elasticsearch8_2.12-0.11.11
scio-elasticsearch8_2.12-0.11.10
scio-elasticsearch8_2.12-0.11.9
scio-elasticsearch8_2.12-0.11.8
scio-elasticsearch8_2.12-0.11.7
scio-elasticsearch8_2.12-0.11.6

How to add a dependency to Maven

Add the following com.spotify : scio-elasticsearch8_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>scio-elasticsearch8_2.12</artifactId>
    <version>0.13.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify : scio-elasticsearch8_2.12 gradle dependency to your build.gradle file:

implementation 'com.spotify:scio-elasticsearch8_2.12:0.13.2'

Gradle Kotlin DSL: Add the following com.spotify : scio-elasticsearch8_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify:scio-elasticsearch8_2.12:0.13.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify : scio-elasticsearch8_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify" % "scio-elasticsearch8_2.12" % "0.13.2"

Advertisement