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

com.launchdarkly.sdk.server.Version Maven / Gradle / Ivy

There is a newer version: 7.5.0
Show newest version
package com.launchdarkly.sdk.server;

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 = "5.10.9";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy