Added maven repo

This commit is contained in:
Keith Chan 2021-09-27 10:09:34 -07:00 committed by GitHub
parent 9861e07d7c
commit a0590a400c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ To start using the OpenSearch Java client, ensure that you have the following de
```
<dependency>
<TBD>
<groupId>org.opensearch.client</groupId>
<artifactId>opensearch-rest-client</artifactId>
<version>1.0.0</version>
</dependency>
```