# Unable to resovle the dependence for Hight Level rest client 5.x

**URL:** https://discuss.elastic.co/t/unable-to-resovle-the-dependence-for-hight-level-rest-client-5-x/94029
**Category:** Elasticsearch
**Created:** [July 20, 2017, 10:59pm UTC](https://discuss.elastic.co/t/unable-to-resovle-the-dependence-for-hight-level-rest-client-5-x/94029 "2017-07-20T22:59:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jinyuan\_Zhou](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jinyuan_zhou/32/90185_2.png) [@Jinyuan\_Zhou](https://discuss.elastic.co/u/Jinyuan_Zhou)
#### Post date: [July 20, 2017, 10:59pm UTC](https://discuss.elastic.co/t/unable-to-resovle-the-dependence-for-hight-level-rest-client-5-x/94029/1 "2017-07-20T22:59:53Z")

</div>

5.x has both high level and low level rest client. According to the doc. Here are maven depdenceis but I cannot resolve it. Are they acutally released?

```auto
<dependency>
    <groupId>org.elasticsearch.client</groupId>
    <artifactId>elasticsearch-rest-client</artifactId>
    <version>5.6.0</version>
</dependency>

<dependency>
    <groupId>org.elasticsearch.client</groupId>
    <artifactId>elasticsearch-rest-high-level-client</artifactId>
    <version>5.6.0</version>
</dependency>

```

Thanks,  
Jack

---

<div class="post-metadata">

### Author: ![javanna](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/javanna/32/4698_2.png) [@javanna](https://discuss.elastic.co/u/javanna)
#### Post date: [July 28, 2017, 6:46am UTC](https://discuss.elastic.co/t/unable-to-resovle-the-dependence-for-hight-level-rest-client-5-x/94029/2 "2017-07-28T06:46:52Z")

</div>

Hi Jack,  
version 5.6 of the Elastic Stack is not released yet, it will be released quite soon. That is why you cannot resolve the maven dependencies. If you want to check it out before it gets released you can get the snapshot like I described here: [https://github.com/elastic/elasticsearch/issues/23331#issuecomment-317462143](https://github.com/elastic/elasticsearch/issues/23331#issuecomment-317462143)

Cheers  
Luca

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [August 25, 2017, 6:49am UTC](https://discuss.elastic.co/t/unable-to-resovle-the-dependence-for-hight-level-rest-client-5-x/94029/3 "2017-08-25T06:49:33Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
