jar

com.amplitude : experiment-jvm-server

Maven & Gradle

Aug 04, 2023
2 stars

Experiment JVM Server SDK · Amplitude Experiment server-side SDK for JVM (Java, Kotlin)

Table Of Contents

Latest Version

Download com.amplitude : experiment-jvm-server JAR file - Latest Versions:

All Versions

Download com.amplitude : experiment-jvm-server JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

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 experiment-jvm-server-1.2.0-beta.13.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.amplitude.experiment

├─ com.amplitude.experiment.Experiment.class - [JAR]

├─ com.amplitude.experiment.ExperimentKt.class - [JAR]

├─ com.amplitude.experiment.ExperimentUser.class - [JAR]

├─ com.amplitude.experiment.LocalEvaluationClient.class - [JAR]

├─ com.amplitude.experiment.LocalEvaluationConfig.class - [JAR]

├─ com.amplitude.experiment.RemoteEvaluationClient.class - [JAR]

├─ com.amplitude.experiment.RemoteEvaluationClientKt.class - [JAR]

├─ com.amplitude.experiment.RemoteEvaluationConfig.class - [JAR]

├─ com.amplitude.experiment.Variant.class - [JAR]

com.amplitude.experiment.flag

├─ com.amplitude.experiment.flag.FlagConfigApi.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigApiImpl.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigApiKt.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigService.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigServiceConfig.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigServiceImpl.class - [JAR]

├─ com.amplitude.experiment.flag.FlagConfigServiceKt.class - [JAR]

├─ com.amplitude.experiment.flag.GetFlagConfigsRequest.class - [JAR]

com.amplitude.experiment.util

├─ com.amplitude.experiment.util.Backoff.class - [JAR]

├─ com.amplitude.experiment.util.BackoffConfig.class - [JAR]

├─ com.amplitude.experiment.util.BackoffKt.class - [JAR]

├─ com.amplitude.experiment.util.ILogger.class - [JAR]

├─ com.amplitude.experiment.util.Logger.class - [JAR]

├─ com.amplitude.experiment.util.LoggerKt.class - [JAR]

├─ com.amplitude.experiment.util.Once.class - [JAR]

├─ com.amplitude.experiment.util.RequestKt.class - [JAR]

├─ com.amplitude.experiment.util.SystemLogger.class - [JAR]

├─ com.amplitude.experiment.util.UserKt.class - [JAR]

├─ com.amplitude.experiment.util.VariantKt.class - [JAR]

Advertisement