jar

io.unlaunch.sdk : unlaunch-java-sdk

Maven & Gradle

May 06, 2021
7 stars

Unlaunch Java SDK · Java SDK to use Unlaunch feature flags

Table Of Contents

Latest Version

Download io.unlaunch.sdk : unlaunch-java-sdk JAR file - Latest Versions:

All Versions

Download io.unlaunch.sdk : unlaunch-java-sdk JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.1.x
0.0.x
unlaunch

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window unlaunch-java-sdk-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.unlaunch.utils

├─ io.unlaunch.utils.MurmurHash3.class - [JAR]

├─ io.unlaunch.utils.UnlaunchConstants.class - [JAR]

io.unlaunch.exceptions

├─ io.unlaunch.exceptions.UnlaunchAttributeCastException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchConversionException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchFlagTypeMismatchException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchHttpException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchRuntimeException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchTimeoutException.class - [JAR]

├─ io.unlaunch.exceptions.UnlaunchUnknownFlagException.class - [JAR]

io.unlaunch

├─ io.unlaunch.AccountDetails.class - [JAR]

├─ io.unlaunch.DefaultUnlaunchClient.class - [JAR]

├─ io.unlaunch.DefaultUnlaunchClientBuilder.class - [JAR]

├─ io.unlaunch.DefaultUnlaunchDynamicConfig.class - [JAR]

├─ io.unlaunch.OfflineUnlaunchClient.class - [JAR]

├─ io.unlaunch.UnlaunchAttribute.class - [JAR]

├─ io.unlaunch.UnlaunchClient.class - [JAR]

├─ io.unlaunch.UnlaunchClientBuilder.class - [JAR]

├─ io.unlaunch.UnlaunchDynamicConfig.class - [JAR]

├─ io.unlaunch.UnlaunchFeature.class - [JAR]

├─ io.unlaunch.UnlaunchGenericRestWrapper.class - [JAR]

├─ io.unlaunch.UnlaunchRestWrapper.class - [JAR]

io.unlaunch.engine

├─ io.unlaunch.engine.AttributeType.class - [JAR]

├─ io.unlaunch.engine.Condition.class - [JAR]

├─ io.unlaunch.engine.Evaluator.class - [JAR]

├─ io.unlaunch.engine.FeatureFlag.class - [JAR]

├─ io.unlaunch.engine.JsonObjectConversionHelper.class - [JAR]

├─ io.unlaunch.engine.Operator.class - [JAR]

├─ io.unlaunch.engine.Rule.class - [JAR]

├─ io.unlaunch.engine.UnlaunchBooleanValue.class - [JAR]

├─ io.unlaunch.engine.UnlaunchDateTimeValue.class - [JAR]

├─ io.unlaunch.engine.UnlaunchNumberValue.class - [JAR]

├─ io.unlaunch.engine.UnlaunchSetValue.class - [JAR]

├─ io.unlaunch.engine.UnlaunchStringValue.class - [JAR]

├─ io.unlaunch.engine.UnlaunchUser.class - [JAR]

├─ io.unlaunch.engine.UnlaunchValue.class - [JAR]

├─ io.unlaunch.engine.Variation.class - [JAR]

io.unlaunch.event

├─ io.unlaunch.event.AbstractEventHandler.class - [JAR]

├─ io.unlaunch.event.CountAggregatorEventHandler.class - [JAR]

├─ io.unlaunch.event.Event.class - [JAR]

├─ io.unlaunch.event.EventHandler.class - [JAR]

├─ io.unlaunch.event.GenericEventHandler.class - [JAR]

├─ io.unlaunch.event.Impression.class - [JAR]

├─ io.unlaunch.event.SdkVersion.class - [JAR]

io.unlaunch.store

├─ io.unlaunch.store.RefreshableDataStoreProvider.class - [JAR]

├─ io.unlaunch.store.UnlaunchDataStore.class - [JAR]

├─ io.unlaunch.store.UnlaunchHttpDataStore.class - [JAR]

├─ io.unlaunch.store.UnlaunchNoOpDataStore.class - [JAR]

Advertisement