MVN

io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching

Maven & Gradle

Jun 23, 2021
3 usages
1.7k stars

OpenTelemetry Instrumentation for Java · Instrumentation of Java libraries using OpenTelemetry.

<dependency>
    <groupId>io.opentelemetry.instrumentation</groupId>
    <artifactId>opentelemetry-instrumentation-api-caching</artifactId>
    <version>1.3.1-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1-alpha
  • Latest Alpha: 1.3.1-alpha

All Versions

Choose a version of io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
opentelemetry-instrumentation-api-caching-1.3.1-alpha
opentelemetry-instrumentation-api-caching-1.3.0-alpha
1.2.x
opentelemetry-instrumentation-api-caching-1.2.0-alpha
1.1.x
opentelemetry-instrumentation-api-caching-1.1.0-alpha
1.0.x
opentelemetry-instrumentation-api-caching-1.0.1-alpha
opentelemetry-instrumentation-api-caching-1.0.0-alpha

How to add a dependency to Maven

Add the following io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opentelemetry.instrumentation</groupId>
    <artifactId>opentelemetry-instrumentation-api-caching</artifactId>
    <version>1.3.1-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching gradle dependency to your build.gradle file:

implementation 'io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-caching:1.3.1-alpha'

Gradle Kotlin DSL: Add the following io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-caching:1.3.1-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opentelemetry.instrumentation : opentelemetry-instrumentation-api-caching sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opentelemetry.instrumentation" % "opentelemetry-instrumentation-api-caching" % "1.3.1-alpha"