MVN

com.sksamuel.elastic4s : elastic4s-json4s_2.13

Maven & Gradle

Jul 22, 2020
1.6k stars

elastic4s-json4s · elastic4s-json4s

<dependency>
    <groupId>com.sksamuel.elastic4s</groupId>
    <artifactId>elastic4s-json4s_2.13</artifactId>
    <version>6.7.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sksamuel.elastic4s : elastic4s-json4s_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.7.8

All Versions

Choose a version of com.sksamuel.elastic4s : elastic4s-json4s_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7.x
elastic4s-json4s_2.13-6.7.8
elastic4s-json4s_2.13-6.7.7
elastic4s-json4s_2.13-6.7.6
elastic4s-json4s_2.13-6.7.5
elastic4s-json4s_2.13-6.7.4
elastic4s-json4s_2.13-6.7.3
elastic4s-json4s_2.13-6.7.2
6.6.x
elastic4s-json4s_2.13-6.6.4
elastic4s-json4s_2.13-6.6.3
elastic4s-json4s_2.13-6.6.2
6.5.x
elastic4s-json4s_2.13-6.5.7
elastic4s-json4s_2.13-6.5.5
elastic4s-json4s_2.13-6.5.4
5.6.x
elastic4s-json4s_2.13-5.6.11

How to add a dependency to Maven

Add the following com.sksamuel.elastic4s : elastic4s-json4s_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sksamuel.elastic4s</groupId>
    <artifactId>elastic4s-json4s_2.13</artifactId>
    <version>6.7.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sksamuel.elastic4s : elastic4s-json4s_2.13 gradle dependency to your build.gradle file:

implementation 'com.sksamuel.elastic4s:elastic4s-json4s_2.13:6.7.8'

Gradle Kotlin DSL: Add the following com.sksamuel.elastic4s : elastic4s-json4s_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sksamuel.elastic4s:elastic4s-json4s_2.13:6.7.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sksamuel.elastic4s : elastic4s-json4s_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sksamuel.elastic4s" % "elastic4s-json4s_2.13" % "6.7.8"

Advertisement