https://github.com/flagright/flagright-java
The Flagright Java library provides access to the Flagright API from Java.
https://github.com/flagright/flagright-java
Last synced: 4 months ago
JSON representation
The Flagright Java library provides access to the Flagright API from Java.
- Host: GitHub
- URL: https://github.com/flagright/flagright-java
- Owner: flagright
- Created: 2025-01-07T09:16:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-31T14:02:07.000Z (6 months ago)
- Last Synced: 2026-01-04T21:51:10.172Z (6 months ago)
- Language: Java
- Size: 679 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flagright Java Library
[](https://central.sonatype.com/artifact/com.flagright.api/flagright-java)
[](https://github.com/fern-api/fern)
The Merge Java SDK provides convenient access to the Merge API from Java or Kotlin.
## Documentation
API documentation is available at [here](https://central.sonatype.com/artifact/com.flagright.api/flagright-java).
## Installation
### Gradle
Add the dependency in your `build.gradle`:
```groovy
dependencies {
implementation 'com.flagright.api:flagright-java:0.x.x'
}
```
### Maven
Add the dependency in your `pom.xml`:
```xml
com.flagright.api
flagright-java
x.x.x