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

com.launchdarkly.openfeature.serverprovider.Version Maven / Gradle / Ivy

package com.launchdarkly.openfeature.serverprovider;

abstract class Version {
  private Version() {}
  
  // This constant is updated automatically by our Gradle script during a release, if the project version has changed
  static final String SDK_VERSION = "1.0.1";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy