MVN

org.avaje.metric : metric-elastic

Maven & Gradle

Sep 26, 2017
0 stars
<dependency>
    <groupId>org.avaje.metric</groupId>
    <artifactId>metric-elastic</artifactId>
    <version>6.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.avaje.metric : metric-elastic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.2

All Versions

Choose a version of org.avaje.metric : metric-elastic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
metric-elastic-6.2.2
metric-elastic-6.2.1
6.1.x
metric-elastic-6.1.1
1.1.x
metric-elastic-1.1.7
metric-elastic-1.1.6
metric-elastic-1.1.5
metric-elastic-1.1.4
metric-elastic-1.1.3
metric-elastic-1.1.2
metric-elastic-1.1.1

How to add a dependency to Maven

Add the following org.avaje.metric : metric-elastic maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.avaje.metric</groupId>
    <artifactId>metric-elastic</artifactId>
    <version>6.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.avaje.metric : metric-elastic gradle dependency to your build.gradle file:

implementation 'org.avaje.metric:metric-elastic:6.2.2'

Gradle Kotlin DSL: Add the following org.avaje.metric : metric-elastic gradle kotlin dependency to your build.gradle.kts file:

implementation("org.avaje.metric:metric-elastic:6.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.avaje.metric : metric-elastic sbt scala dependency to your build.sbt file:

libraryDependencies += "org.avaje.metric" % "metric-elastic" % "6.2.2"

Advertisement