o

otel-logback-utils-jvm

Utilities for using OpenTelemetry
https://github.com/wcarmon/otel-utils-jvm
MIT License
Wil Carmon
文件下载
文件名 操作
otel-logback-utils-jvm-1.0.4.jar 下载
otel-logback-utils-jvm-1.0.4.pom 下载
otel-logback-utils-jvm-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.wcarmon</groupId>
  <artifactId>otel-logback-utils-jvm</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.wcarmon:otel-logback-utils-jvm:1.0.4'
Gradle Kotlin
implementation("io.github.wcarmon:otel-logback-utils-jvm:1.0.4")
Scala SBT
libraryDependencies += "io.github.wcarmon" % "otel-logback-utils-jvm" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wcarmon', module='otel-logback-utils-jvm', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.wcarmon" name="otel-logback-utils-jvm" rev="1.0.4" />
Leiningen
[io.github.wcarmon/otel-logback-utils-jvm "1.0.4"]
Apache Buildr
'io.github.wcarmon:otel-logback-utils-jvm:jar:1.0.4'