MVN

org.apache.james : james-server-guice-es-resporter

Maven & Gradle

Mar 23, 2023
1 usages

Apache James :: Server :: Guice :: ES metric reporter · Guice module allowing to push metrics into ElasticSearch using HTTP

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-guice-es-resporter</artifactId>
    <version>3.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.james : james-server-guice-es-resporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.4

All Versions

Choose a version of org.apache.james : james-server-guice-es-resporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
james-server-guice-es-resporter-3.7.4
james-server-guice-es-resporter-3.7.3
james-server-guice-es-resporter-3.7.2
james-server-guice-es-resporter-3.7.1
james-server-guice-es-resporter-3.7.0
3.6.x
james-server-guice-es-resporter-3.6.2
james-server-guice-es-resporter-3.6.0
3.5.x
james-server-guice-es-resporter-3.5.0
3.4.x
james-server-guice-es-resporter-3.4.0
3.3.x
james-server-guice-es-resporter-3.3.0
3.2.x
james-server-guice-es-resporter-3.2.0
3.1.x
james-server-guice-es-resporter-3.1.0

How to add a dependency to Maven

Add the following org.apache.james : james-server-guice-es-resporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-guice-es-resporter</artifactId>
    <version>3.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.james : james-server-guice-es-resporter gradle dependency to your build.gradle file:

implementation 'org.apache.james:james-server-guice-es-resporter:3.7.4'

Gradle Kotlin DSL: Add the following org.apache.james : james-server-guice-es-resporter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.james:james-server-guice-es-resporter:3.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.james : james-server-guice-es-resporter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.james" % "james-server-guice-es-resporter" % "3.7.4"

Advertisement