o

opentelemetry-javaagent-kotlinx-coroutines

Instrumentation of Java libraries using OpenTelemetry.
https://github.com/open-telemetry/opentelemetry-java-instrumentation
The Apache License, Version 2.0
OpenTelemetry
Files download
File Operation
opentelemetry-javaagent-kotlinx-coroutines-0.15.1.jar download
opentelemetry-javaagent-kotlinx-coroutines-0.15.1.pom download
opentelemetry-javaagent-kotlinx-coroutines-0.15.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.opentelemetry.javaagent.instrumentation</groupId>
  <artifactId>opentelemetry-javaagent-kotlinx-coroutines</artifactId>
  <version>0.15.1</version>
</dependency>
Gradle Groovy
implementation 'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-kotlinx-coroutines:0.15.1'
Gradle Kotlin
implementation("io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-kotlinx-coroutines:0.15.1")
Scala SBT
libraryDependencies += "io.opentelemetry.javaagent.instrumentation" % "opentelemetry-javaagent-kotlinx-coroutines" % "0.15.1"
Groovy Grape
@Grapes(
  @Grab(group='io.opentelemetry.javaagent.instrumentation', module='opentelemetry-javaagent-kotlinx-coroutines', version='0.15.1')
)
Apache Ivy
<dependency org="io.opentelemetry.javaagent.instrumentation" name="opentelemetry-javaagent-kotlinx-coroutines" rev="0.15.1" />
Leiningen
[io.opentelemetry.javaagent.instrumentation/opentelemetry-javaagent-kotlinx-coroutines "0.15.1"]
Apache Buildr
'io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-kotlinx-coroutines:jar:0.15.1'