Skip to content

Commit 80953ae

Browse files
Merge pull request #4 from splitio/artifact_readme
add maven installation to readme
2 parents 211f6c3 + 6b57c28 commit 80953ae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo
88
This SDK is compatible with Java 11 and higher.
99

1010
## Getting started
11+
### Add it to your maven build
12+
```java
13+
<dependency>
14+
<groupId>io.split.openfeature</groupId>
15+
<artifactId>split-openfeature-provider</artifactId>
16+
<version>1.1.0</version>
17+
</dependency>
18+
```
19+
### Configure it
1120
Below is a simple example that describes the instantiation of the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK.
1221

1322
```java

0 commit comments

Comments
 (0)