MVN

io.smallrye.opentelemetry.examples : agent

Maven & Gradle

Apr 26, 2023
3 stars

SmallRye OpenTelemetry Examples: Agent

<dependency>
    <groupId>io.smallrye.opentelemetry.examples</groupId>
    <artifactId>agent</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye.opentelemetry.examples : agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of io.smallrye.opentelemetry.examples : agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
agent-2.4.0
2.3.x
agent-2.3.2
agent-2.3.1
agent-2.3.0
2.2.x
agent-2.2.1
agent-2.2.0
2.1.x
agent-2.1.0
2.0.x
agent-2.0.0
1.2.x
agent-1.2.1
1.0.x
agent-1.0.1
agent-1.0.0

How to add a dependency to Maven

Add the following io.smallrye.opentelemetry.examples : agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye.opentelemetry.examples</groupId>
    <artifactId>agent</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye.opentelemetry.examples : agent gradle dependency to your build.gradle file:

implementation 'io.smallrye.opentelemetry.examples:agent:2.3.2'

Gradle Kotlin DSL: Add the following io.smallrye.opentelemetry.examples : agent gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye.opentelemetry.examples:agent:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye.opentelemetry.examples : agent sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye.opentelemetry.examples" % "agent" % "2.3.2"