All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lightstep.opentelemetry.common.Version Maven / Gradle / Ivy

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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy