An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Flagright Java Library

[![Maven Central](https://img.shields.io/maven-central/v/com.flagright.api/flagright-java)](https://central.sonatype.com/artifact/com.flagright.api/flagright-java)
[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-SDK%20generated%20by%20Fern-brightgreen)](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