com.lightstep.opentelemetry.common.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-common Show documentation
Show all versions of opentelemetry-common Show documentation
Lightstep OpenTelemetry Common
The newest version!
package com.lightstep.opentelemetry.common;
class Version {
private static final String LAUNCHER_VERSION = "1.24.0";
static String get() {
return LAUNCHER_VERSION;
}
}