Skip to content

An SDK for Java or Kotlin intended for multi-user/server environments

License

Notifications You must be signed in to change notification settings

statsig-io/java-server-sdk

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2025
Aug 6, 2024
Oct 18, 2022
Apr 11, 2025
Feb 13, 2024
Nov 20, 2024
Jan 24, 2022
Aug 3, 2023
Apr 10, 2025
Apr 11, 2025
May 20, 2021
May 20, 2021
Oct 8, 2021

Repository files navigation

Statsig Java/Kotlin Server SDK

Test

The Statsig Java/Kotlin SDK for multi-user, server side environments. If you need a SDK for another language or single user client environment, check out our other SDKs.

Installation

SDK versions below 1.0.0 are available via jitpack. Starting with v1.0.0, we started publishing the SDK only to MavenCentral.

What is Statsig

Statsig helps you move faster with Feature Gates (Feature Flags) and Dynamic Configs. It also allows you to run A/B tests to validate your new features and understand their impact on your KPIs. If you're new to Statsig, create an account at statsig.com.

Getting Started

Check out our SDK docs to get started.

Testing

Each server SDK is tested at multiple levels - from unit to integration and e2e tests. Our internal e2e test harness runs daily against each server SDK, while unit and integration tests can be seen in the respective github repos of each SDK. The ServerSDKConsistencyTest runs a validation test on local rule/condition evaluation for this SDK against the results in the statsig backend.