Java
SDK
Repository: Github repository
Artifact: Maven Central repository
Install:
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>javasdk</artifactId>
<version>${openfeature.version}</version>
</dependency>
Providers
Providers are the "translation layer" between the evaluation API and the flag management system in use. The following providers are available for Java.
🔗
CloudBees Provider
The official CloudBees provider for OpenFeature
🔗
flagd Provider
A provider for flagd
🔗
GO Feature Flag Provider
A provider for GO Feature Flag
🔗
Split Provider
The official Split provider for OpenFeature
Add yours...
Don't see what you're looking for? Create your own provider!
Hooks
Hooks add behavior at well-defined points during the flag evaluation lifecycle. The following hooks are available for Java.