MVN

co.elastic.support : diagnostics

Maven & Gradle

Jul 12, 2023
287 stars

Support Diagnostics Utilities · Elastic Support Diagnostics Utilities

<dependency>
    <groupId>co.elastic.support</groupId>
    <artifactId>diagnostics</artifactId>
    <version>8.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.elastic.support : diagnostics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.0

All Versions

Choose a version of co.elastic.support : diagnostics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
diagnostics-8.5.0
8.4.x
diagnostics-8.4.3
diagnostics-8.4.2
diagnostics-8.4.1
diagnostics-8.4.0
8.3.x
diagnostics-8.3.0
8.2.x
diagnostics-8.2.8
diagnostics-8.2.7
diagnostics-8.2.6
diagnostics-8.2.5
diagnostics-8.2.4
diagnostics-8.2.3
diagnostics-8.2.2
diagnostics-8.2.1
diagnostics-8.2.0

How to add a dependency to Maven

Add the following co.elastic.support : diagnostics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.elastic.support</groupId>
    <artifactId>diagnostics</artifactId>
    <version>8.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.elastic.support : diagnostics gradle dependency to your build.gradle file:

implementation 'co.elastic.support:diagnostics:8.5.0'

Gradle Kotlin DSL: Add the following co.elastic.support : diagnostics gradle kotlin dependency to your build.gradle.kts file:

implementation("co.elastic.support:diagnostics:8.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.elastic.support : diagnostics sbt scala dependency to your build.sbt file:

libraryDependencies += "co.elastic.support" % "diagnostics" % "8.5.0"

Advertisement