com.launchdarkly.sdk.server.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-java-server-sdk Show documentation
Show all versions of launchdarkly-java-server-sdk Show documentation
Official LaunchDarkly SDK for Java
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";
}