MVN

io.zipkin.java : storage-elasticsearch

Maven & Gradle

May 03, 2016

Storage: Elasticsearch

<dependency>
    <groupId>io.zipkin.java</groupId>
    <artifactId>storage-elasticsearch</artifactId>
    <version>0.16.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.zipkin.java : storage-elasticsearch to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.16.1

All Versions

Choose a version of io.zipkin.java : storage-elasticsearch to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.16.x
storage-elasticsearch-0.16.1
storage-elasticsearch-0.16.0
0.15.x
storage-elasticsearch-0.15.1
storage-elasticsearch-0.15.0
0.14.x
storage-elasticsearch-0.14.0
0.13.x
storage-elasticsearch-0.13.0
0.12.x
storage-elasticsearch-0.12.2
storage-elasticsearch-0.12.1
storage-elasticsearch-0.12.0
0.11.x
storage-elasticsearch-0.11.0

How to add a dependency to Maven

Add the following io.zipkin.java : storage-elasticsearch maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.zipkin.java</groupId>
    <artifactId>storage-elasticsearch</artifactId>
    <version>0.16.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.zipkin.java : storage-elasticsearch gradle dependency to your build.gradle file:

implementation 'io.zipkin.java:storage-elasticsearch:0.16.1'

Gradle Kotlin DSL: Add the following io.zipkin.java : storage-elasticsearch gradle kotlin dependency to your build.gradle.kts file:

implementation("io.zipkin.java:storage-elasticsearch:0.16.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.zipkin.java : storage-elasticsearch sbt scala dependency to your build.sbt file:

libraryDependencies += "io.zipkin.java" % "storage-elasticsearch" % "0.16.1"

Advertisement