MVN

io.inbot : inbot-es-http-client

Maven & Gradle

May 30, 2016

Elasticsearch Httpclient · Http client for Elasticsearch

<dependency>
    <groupId>io.inbot</groupId>
    <artifactId>inbot-es-http-client</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.inbot : inbot-es-http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of io.inbot : inbot-es-http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
inbot-es-http-client-0.13
0.12
inbot-es-http-client-0.12
0.11
inbot-es-http-client-0.11
0.10
inbot-es-http-client-0.10
0.9
inbot-es-http-client-0.9

How to add a dependency to Maven

Add the following io.inbot : inbot-es-http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.inbot</groupId>
    <artifactId>inbot-es-http-client</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.inbot : inbot-es-http-client gradle dependency to your build.gradle file:

implementation 'io.inbot:inbot-es-http-client:0.13'

Gradle Kotlin DSL: Add the following io.inbot : inbot-es-http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("io.inbot:inbot-es-http-client:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.inbot : inbot-es-http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "io.inbot" % "inbot-es-http-client" % "0.13"

Advertisement