io.opentelemetry.exporter.otlp.all.internal.OtelVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp Show documentation
Show all versions of opentelemetry-exporter-otlp Show documentation
OpenTelemetry Protocol (OTLP) Exporters
package io.opentelemetry.exporter.otlp.all.internal;
import javax.annotation.Generated;
/** Autogenerated class do not edit. */
@Generated("io.opentelemetry.gradle.OtelVersionClassPlugin")
public final class OtelVersion {
public static final String VERSION = "1.41.0";
private OtelVersion() {}
}