Skip to content

Commit 6b57c28

Browse files
add maven intallation to readme
1 parent 211f6c3 commit 6b57c28

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)