MVN

com.barchart.wrap : barchart-wrap-elasticsearch-all

Maven & Gradle

Mar 20, 2013
1 usages
0 stars

bundle wrapper for elasticsearch

<dependency>
    <groupId>com.barchart.wrap</groupId>
    <artifactId>barchart-wrap-elasticsearch-all</artifactId>
    <version>0.20.4-build002</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.barchart.wrap : barchart-wrap-elasticsearch-all to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.4-build002

All Versions

Choose a version of com.barchart.wrap : barchart-wrap-elasticsearch-all to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
barchart-wrap-elasticsearch-all-0.20.4-build002
barchart-wrap-elasticsearch-all-0.20.4-build001
barchart-wrap-elasticsearch-all-0.20.3-build002

How to add a dependency to Maven

Add the following com.barchart.wrap : barchart-wrap-elasticsearch-all maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.barchart.wrap</groupId>
    <artifactId>barchart-wrap-elasticsearch-all</artifactId>
    <version>0.20.4-build002</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.barchart.wrap : barchart-wrap-elasticsearch-all gradle dependency to your build.gradle file:

implementation 'com.barchart.wrap:barchart-wrap-elasticsearch-all:0.20.4-build002'

Gradle Kotlin DSL: Add the following com.barchart.wrap : barchart-wrap-elasticsearch-all gradle kotlin dependency to your build.gradle.kts file:

implementation("com.barchart.wrap:barchart-wrap-elasticsearch-all:0.20.4-build002")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.barchart.wrap : barchart-wrap-elasticsearch-all sbt scala dependency to your build.sbt file:

libraryDependencies += "com.barchart.wrap" % "barchart-wrap-elasticsearch-all" % "0.20.4-build002"